1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #295: fixing wrong function name

This commit is contained in:
Tino Vázquez 2010-08-04 12:29:05 +02:00
parent 875fedd5e9
commit ca8effde6b

View File

@ -116,7 +116,7 @@ module OpenNebula
end
# Makes the Image non persistent
def unpublish
def nonpersistent
set_persistent(false)
end