From: elijah Date: Wed, 22 Oct 2014 08:29:39 +0000 (-0700) Subject: bug fix: fixed bad default for --tags in `leap deploy` X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=09bd68966c57eb9b464625eb2c2bb86d14847c0f;p=leap%2Fleap_cli.git bug fix: fixed bad default for --tags in `leap deploy` --- 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'