fix wrong spell

This commit is contained in:
BOHUNG 2020-02-06 16:39:37 +08:00
parent 72d0a3d0a0
commit 27397156d2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ all_template.each do |folder|
if folder.split('/')[-1] != 'mobile'
begin
system ('cp -r '+ app_path + '/modules/. ' + folder+'/modules/.')
puts "finish copy module cancerpredict to #{folder}"
puts "finish copy module olympiamanagement to #{folder}"
rescue
puts "error copy module olympiamanagement in #{folder}"
end