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:
parent
bd2c429876
commit
a1a6e3c80e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user