Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:37:26 +08:00
parent 5c94d45efc
commit 8388c34df4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ template_path = ENV['PWD'] + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
all_template.each do |folder|
begin
puts 'cp -r '+ app_path + '/modules/ ' + folder + '/modules/'
puts 'copying module'
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
system ('ls '+ app_path)
rescue