Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:35:20 +08:00
parent c32df91875
commit 1117750c7f
1 changed files with 2 additions and 2 deletions

View File

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