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

Feature #3723: Add missing comma

This commit is contained in:
Tino Vazquez 2015-05-14 19:38:46 +02:00
parent 945c0b5bef
commit 33e6f7339a

View File

@ -1083,7 +1083,7 @@ class VCenterVm
" TYPE =\"vnc\",\n"\
" LISTEN =\"0.0.0.0\",\n"\
" PORT =\"#{vp[0][:value]}\"\n"
str << " KEYMAP =\"#{keymap[0][:value]}\"\n" if keymap[0]
str << " ,KEYMAP =\"#{keymap[0][:value]}\"\n" if keymap[0]
str << "]\n"
end