lib/bard/template/exception_notifier.rb in bard-0.8.6 vs lib/bard/template/exception_notifier.rb in bard-0.8.7
- old
+ new
@@ -1,9 +1,9 @@
require "bard/template/helper"
git :clone => "git://github.com/rails/exception_notification.git vendor/plugins/exception_notification"
inside "vendor/plugins/exception_notification" do
- git "checkout -b 2-3-stable origin/2-3-stable"
+ git "checkout origin/2-3-stable"
run "rm -rf .git"
end
file_inject "app/controllers/application_controller.rb",
"class ApplicationController < ActionController::Base", <<-END