Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 14:55:40 +08:00
parent 36bed2c915
commit 201ad7fc0e
1 changed files with 1 additions and 1 deletions

View File

@ -6,9 +6,9 @@ require "personal_journal/version"
app_path = File.expand_path(__dir__)
template_path = ENV['PWD'] + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
puts 'copying module'
all_template.each do |folder|
begin
puts 'copying module'
system ('cp -r '+ app_path + '/modules/ ' + folder)
rescue
puts 'error copy'