Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:41:43 +08:00
parent 7a74e7f213
commit 87280ee392
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ all_template = Dir.glob(template_path+'/*/')
all_template.each do |folder|
begin
puts 'copying module'
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
system ('cp -r '+ app_path + '/modules/ ' + folder)
rescue
puts 'error copy'
end