]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
bug fix: fixed bad default for --tags in `leap deploy`
authorelijah <elijah@riseup.net>
Wed, 22 Oct 2014 08:29:39 +0000 (01:29 -0700)
committerelijah <elijah@riseup.net>
Wed, 22 Oct 2014 08:29:39 +0000 (01:29 -0700)
lib/leap_cli/commands/deploy.rb

index f1ba5b86805160af0270653b93010784dfa017ac..855a820791ff037bf5b642c1380b07bf806cd89a 100644 (file)
@@ -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'