lib/negroku/cli.rb in negroku-1.1.1 vs lib/negroku/cli.rb in negroku-1.1.2

- old
+ new

@@ -153,10 +153,10 @@ end end class RemoteEnv < Thor namespace "env" - class_option :stage, :type => :string, :default => "staging", :aliases => "-s", :desc => "Set the capistrano stage to be used", :banner => "STAGE" + class_option :stage, :type => :string, :aliases => "-s", :desc => "Set the capistrano stage to be used", :banner => "STAGE" desc "show", "Show the current remote variables" def show %x(cap #{options[:stage]} rbenv:vars:show) end