Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:06:28 +08:00
parent 862012a8c4
commit 0213304a02
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ app_path = File.expand_path(__dir__ + '/..')
template_path = ENV['PWD'] + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
all_template.each do |folder|
begin system ('cp -f '+ app_path + 'personal-journal/modules' + folder + '/modules')
begin system ('cp -f '+ app_path + '/personal-journal/modules' + folder + '/modules')
rescue puts 'error copy'
end
#puts RAILS_ROOT