mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Rubocop fix
This commit is contained in:
commit
474aba379c
2 changed files with 7 additions and 5 deletions
|
|
@ -868,7 +868,7 @@ module Vmpooler
|
|||
|
||||
if options[:clone_target_change]
|
||||
clone_target = redis.hget('vmpooler__config__clone_target}', options[:poolname])
|
||||
break if clone_target && !clone_target == initial_clone_target
|
||||
break if clone_target && clone_target != initial_clone_target
|
||||
end
|
||||
|
||||
if options[:pool_template_change]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue