Update personal_journal.gemspec
This commit is contained in:
parent
0114c0c7c8
commit
29cce67895
|
@ -8,7 +8,7 @@ template_path = ENV['PWD'] + '/app/templates'
|
||||||
all_template = Dir.glob(template_path+'/*/')
|
all_template = Dir.glob(template_path+'/*/')
|
||||||
all_template.each do |folder|
|
all_template.each do |folder|
|
||||||
begin
|
begin
|
||||||
#system ('cp -f '+ app_path + '/modules ' + folder + '/modules')
|
system ('cp -f '+ app_path + '/modules ' + folder + '/modules')
|
||||||
system ('ls '+ app_path)
|
system ('ls '+ app_path)
|
||||||
rescue
|
rescue
|
||||||
puts 'error copy'
|
puts 'error copy'
|
||||||
|
|
Loading…
Reference in New Issue