mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
bug: Fix wrong method name in install_gems as reported by ldap.benben@gmail.com in the mailing list
This commit is contained in:
parent
5a67956e68
commit
e7dc480f4f
@ -112,7 +112,7 @@ EOT
|
||||
|
||||
`gem install rubygems-update --version '= 1.3.6'`
|
||||
|
||||
if $?.ecxitstatus!=0
|
||||
if $?.exitstatus!=0
|
||||
puts "Error updating rubygems"
|
||||
exit(-1)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user