Update personal_journal.gemspec

fix
This commit is contained in:
chiu 2019-08-21 14:39:32 +08:00
parent 8388c34df4
commit 7a74e7f213
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ all_template.each do |folder|
begin
puts 'copying module'
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
system ('ls '+ app_path)
rescue
puts 'error copy'
end