1
0
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:
Alejandro Huertas Herrero 2021-02-25 12:26:13 +01:00 committed by GitHub
parent 58ba0bcb68
commit 6cbeba7538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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