diff --git a/lib/vmfloaty/pooler.rb b/lib/vmfloaty/pooler.rb index bdcf37c..2308712 100644 --- a/lib/vmfloaty/pooler.rb +++ b/lib/vmfloaty/pooler.rb @@ -27,7 +27,7 @@ class Pooler unless os_body.has_key?(os_type) os_body[os_type] = 1 else - os_body[os_type] = os_body[os_type] + 1 + os_body[os_type]++ end end