lib/cap-rightscale/recipes/rightscale.rb in cap-rightscale-0.4.5 vs lib/cap-rightscale/recipes/rightscale.rb in cap-rightscale-0.4.6
- old
+ new
@@ -1,11 +1,6 @@
namespace :rightscale do
- desc "Dry run"
- task :dry_run do
+ desc "None task"
+ task :none do
nil
- end
-
- desc "Dry run"
- task :noop do
- dry_run
end
end