1
0
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:
Ruben S. Montero 2012-01-24 22:34:05 +01:00
parent 5a67956e68
commit e7dc480f4f

View File

@ -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