mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
(rubocop) Fix Style/NegatedIf
This commit is contained in:
parent
5ad213075b
commit
d25732b950
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Ssh
|
|||
|
||||
def self.ssh(verbose, host_os, token, url)
|
||||
ssh_path = which('ssh')
|
||||
raise 'Could not determine path to ssh' if !ssh_path
|
||||
raise 'Could not determine path to ssh' unless ssh_path
|
||||
os_types = {}
|
||||
os_types[host_os] = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue