mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fixing typo in 'percent'
This commit is contained in:
parent
13bcc19ff8
commit
525b87d74a
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ module Vmpooler
|
|||
result['status'] = 0
|
||||
end
|
||||
|
||||
result['capacity_perecent'] = (result['capacity_current'].to_f / result['capacity_total'].to_f) * 100.0
|
||||
result['capacity_percent'] = (result['capacity_current'].to_f / result['capacity_total'].to_f) * 100.0
|
||||
|
||||
result['clone_total'] = $redis.hlen('vmpooler__clone__' + Date.today.to_s)
|
||||
if result['clone_total'] > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue