Skip to content

Commit

Permalink
(maint) fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sschneid committed Mar 5, 2015
1 parent 89ee786 commit e83b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmpooler/api/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def validate_date_str(date_str)
params[:hostname] = hostname_shorten(params[:hostname])

if $redis.exists('vmpooler__vm__' + params[:hostname])
stauts 200
status 200
result['ok'] = true

result[params[:hostname]] = {}
Expand Down

0 comments on commit e83b3e4

Please sign in to comment.