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

Fix line length over 80 in onevm command

This commit is contained in:
Tino Vazquez 2019-01-24 19:32:13 +01:00
parent bd2c429876
commit a1a6e3c80e
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -1157,7 +1157,8 @@ CommandParser::CmdParser.new(ARGV) do
template = vm.template_like_str('TEMPLATE', true,
'OS | FEATURES | INPUT | '\
'GRAPHICS | RAW | CONTEXT | CPU_MODEL')
'GRAPHICS | RAW | CONTEXT | '\
'CPU_MODEL')
template = OpenNebulaHelper.editor_input(template)
end