Update personal_journal.gemspec
This commit is contained in:
parent
7a74e7f213
commit
87280ee392
|
@ -9,7 +9,7 @@ all_template = Dir.glob(template_path+'/*/')
|
|||
all_template.each do |folder|
|
||||
begin
|
||||
puts 'copying module'
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
rescue
|
||||
puts 'error copy'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue