(maint) fix typo

This commit is contained in:
Scott Schneider 2015-03-04 20:03:16 -08:00
parent 89ee786908
commit e83b3e47af

View file

@ -395,7 +395,7 @@ module Vmpooler
params[:hostname] = hostname_shorten(params[:hostname])
if $redis.exists('vmpooler__vm__' + params[:hostname])
stauts 200
status 200
result['ok'] = true
result[params[:hostname]] = {}