summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/deploy.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-10 18:04:08 -0700
committerelijah <elijah@riseup.net>2015-07-10 18:04:08 -0700
commitab406d6f9a8487b2ac837adc3eeae01788fb2a93 (patch)
treec2e748c8e219a01f7644453b7af265369ccb3d17 /lib/leap_cli/commands/deploy.rb
parentf528ccc241b88d49eb33bfc9b260a569d7651b48 (diff)
improve `leap facts update`. closes bugs #7236 and #7237
Diffstat (limited to 'lib/leap_cli/commands/deploy.rb')
-rw-r--r--lib/leap_cli/commands/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb
index f5c47fe..c2a70af 100644
--- a/lib/leap_cli/commands/deploy.rb
+++ b/lib/leap_cli/commands/deploy.rb
@@ -34,7 +34,7 @@ module LeapCli
init_submodules
end
- nodes = manager.filter!(args)
+ nodes = manager.filter!(args, :disabled => false)
if nodes.size > 1
say "Deploying to these nodes: #{nodes.keys.join(', ')}"
if !global[:yes] && !agree("Continue? ")