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

Fix lamely introduced bug

This commit is contained in:
Tino Vazquez 2015-05-30 00:40:16 +02:00
parent 0c3bee9ec3
commit 14557d9cd2

View File

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