Ignore nil command bits
They might come from conditional options
This commit is contained in:
@@ -10,7 +10,7 @@ module Mrsk::Commands
|
|||||||
|
|
||||||
private
|
private
|
||||||
def docker(*args)
|
def docker(*args)
|
||||||
args.unshift :docker
|
args.compact.unshift :docker
|
||||||
end
|
end
|
||||||
|
|
||||||
# Copied from SSHKit::Backend::Abstract#redact to be available inside Commands classes
|
# Copied from SSHKit::Backend::Abstract#redact to be available inside Commands classes
|
||||||
|
|||||||
Reference in New Issue
Block a user