Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:31:48 +08:00
parent 0114c0c7c8
commit 29cce67895
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
#system ('cp -f '+ app_path + '/modules ' + folder + '/modules')
system ('cp -f '+ app_path + '/modules ' + folder + '/modules')
system ('ls '+ app_path)
rescue
puts 'error copy'