From e83b3e47afe178ac278a17241d82c6861e2a91d4 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 4 Mar 2015 20:03:16 -0800 Subject: [PATCH] (maint) fix typo --- lib/vmpooler/api/v1.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmpooler/api/v1.rb b/lib/vmpooler/api/v1.rb index c9c78f5..89e486c 100644 --- a/lib/vmpooler/api/v1.rb +++ b/lib/vmpooler/api/v1.rb @@ -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]] = {}