Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:33:37 +08:00
parent 29cce67895
commit c32df91875
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ 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')
system ('ls '+ app_path)
rescue