Update personal_project.gemspec

This commit is contained in:
chiu 2019-08-21 14:55:14 +08:00
parent 79cc6b8168
commit 60ad8d34a7
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@ require "personal_project/version"
app_path = File.expand_path(__dir__)
template_path = ENV['PWD'] + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
puts 'copying module'
all_template.each do |folder|
begin
puts 'copying module'
system ('cp -r '+ app_path + '/modules/ ' + folder)
rescue
puts 'error copy'