Syntax fix

This commit is contained in:
Scott Schneider 2014-01-23 13:38:59 -08:00
parent a67a6a1bfa
commit 4ab3203d5b

View file

@ -350,7 +350,7 @@ def check_pool pool
pool['datastore']
)
rescue
$logger.log('s', "[!] [#{pool['name']}] cloned appears to have failed")
$logger.log('s', "[!] [#{pool['name']}] clone appears to have failed")
$redis.decr('vmware_host_pool__tasks__clone')
end
end