From dfb4ed48bcabf75e73e4e8cd9562a47df6866df4 Mon Sep 17 00:00:00 2001 From: did Date: Sun, 29 May 2011 15:25:36 -0700 Subject: [PATCH] refactor bushido message to event --- lib/tasks/bushido.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/bushido.rake b/lib/tasks/bushido.rake index a2bdcfd2..972c8ffd 100644 --- a/lib/tasks/bushido.rake +++ b/lib/tasks/bushido.rake @@ -58,7 +58,7 @@ namespace :bushido do end desc "Perform custom actions triggered by the Bushido hosting platform." - task :message => :environment do + task :event => :environment do event = ::Bushido::App.last_event puts "processing...#{event.inspect}"