From 09bd68966c57eb9b464625eb2c2bb86d14847c0f Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 22 Oct 2014 01:29:39 -0700 Subject: bug fix: fixed bad default for --tags in `leap deploy` --- lib/leap_cli/commands/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index f1ba5b8..855a820 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -22,7 +22,7 @@ module LeapCli # --tags c.flag :tags, :desc => 'Specify tags to pass through to puppet (overriding the default).', - :default_value => "see platform.rb", :arg_name => 'TAG[,TAG]' + :arg_name => 'TAG[,TAG]' c.flag :port, :desc => 'Override the default SSH port.', :arg_name => 'PORT' -- cgit v1.2.3