mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
(rubocop) Fix Layout/SpaceAfterNot
This commit is contained in:
parent
e8f420a08c
commit
cecea8bc05
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Vmfloaty
|
||||||
|
|
||||||
max_pool_request = 5
|
max_pool_request = 5
|
||||||
large_pool_requests = os_types.select { |_,v| v > max_pool_request }
|
large_pool_requests = os_types.select { |_,v| v > max_pool_request }
|
||||||
if ! large_pool_requests.empty? && ! force
|
if !large_pool_requests.empty? && !force
|
||||||
STDERR.puts "Requesting vms over #{max_pool_request} requires a --force flag."
|
STDERR.puts "Requesting vms over #{max_pool_request} requires a --force flag."
|
||||||
STDERR.puts 'Try again with `floaty get --force`'
|
STDERR.puts 'Try again with `floaty get --force`'
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue