lib/alpha_omega/deploy.rb in alpha_omega-0.0.157 vs lib/alpha_omega/deploy.rb in alpha_omega-0.0.158

- old
+ new

@@ -47,10 +47,9 @@ _cset :bundler_options, "--deployment --without development:test" _cset :ruby_loader, "" _cset(:run_method) { fetch(:use_sudo, true) ? :sudo : :run } - _cset :current_pod, "default" _cset :last_pod, nil _cset :local_only, ENV['LOCAL_ONLY'] ? true : false _cset (:figlet) { [%x(which figlet).strip].reject {|f| !(File.executable? f)}.first || echo }