mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Fix rubocop issues
This commit is contained in:
parent
9a2cd816df
commit
1e67715e2c
4 changed files with 27 additions and 26 deletions
|
|
@ -156,8 +156,8 @@ class Utils
|
|||
end
|
||||
end
|
||||
when 'ABS'
|
||||
puts "ABS Not OK".red unless status_response
|
||||
puts "ABS is OK".green if status_response
|
||||
puts 'ABS Not OK'.red unless status_response
|
||||
puts 'ABS is OK'.green if status_response
|
||||
else
|
||||
raise "Invalid service type #{service.type}"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue