fix wrong spell
This commit is contained in:
parent
72d0a3d0a0
commit
27397156d2
|
@ -12,7 +12,7 @@ all_template.each do |folder|
|
||||||
if folder.split('/')[-1] != 'mobile'
|
if folder.split('/')[-1] != 'mobile'
|
||||||
begin
|
begin
|
||||||
system ('cp -r '+ app_path + '/modules/. ' + folder+'/modules/.')
|
system ('cp -r '+ app_path + '/modules/. ' + folder+'/modules/.')
|
||||||
puts "finish copy module cancerpredict to #{folder}"
|
puts "finish copy module olympiamanagement to #{folder}"
|
||||||
rescue
|
rescue
|
||||||
puts "error copy module olympiamanagement in #{folder}"
|
puts "error copy module olympiamanagement in #{folder}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue