mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: fix minor bug in onevm save (#881)
This commit is contained in:
parent
58ba0bcb68
commit
6cbeba7538
@ -1245,7 +1245,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
|
||||
res = vm.save_as_template(args[1],
|
||||
'',
|
||||
persistent => options[:persistent])
|
||||
:persistent => options[:persistent])
|
||||
|
||||
if !OpenNebula.is_error?(res)
|
||||
puts "Template ID: #{res}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user