Skip to content

Commit

Permalink
removing wrong code that hoptoad added to deploy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Jan 31, 2010
1 parent 23bd0be commit 277ce48
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,4 @@
$: << File.join(vendored_notifier, 'lib')
end

require 'hoptoad_notifier/capistrano'

Dir[File.join(File.dirname(__FILE__), '..', 'vendor', 'gems', 'hoptoad_notifier-*')].each do |vendored_notifier|
$: << File.join(vendored_notifier, 'lib')
end

require 'hoptoad_notifier/capistrano'
require 'hoptoad_notifier/capistrano'

0 comments on commit 277ce48

Please sign in to comment.