lib/caploy/recipes/defaults.rb in caploy-0.1.6 vs lib/caploy/recipes/defaults.rb in caploy-0.1.7

- old
+ new

@@ -31,10 +31,10 @@ deploy.migrations end namespace :cache do desc "Flush cache" - task :clear, :roles => :app do + task :clear, :roles => :cache do run "cd #{current_path} && #{rake} cache:clear RAILS_ENV=#{stage}" end end task :set_branch_info_file, :roles => :app do