Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Hellot committed Mar 22, 2012
1 parent e274423 commit 9b26f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/graphite-notify/capistrano.rb
Expand Up @@ -5,5 +5,5 @@
Capistrano::Configuration.instance(:must_exist).load do
after "deploy:restart", "graphite:notify_deploy"
after "rollback:restart", "graphite:notify_rollback"
Bundler::Deployment.define_task(self, :task, :except => { :no_release => true })
GraphiteNotify::Deployment.define_task(self, :task, :except => { :no_release => true })
end
2 changes: 1 addition & 1 deletion lib/graphite-notify/deployment.rb
@@ -1,4 +1,4 @@
module Bundler
module GraphiteNotify
class Deployment
def self.define_task(context, task_method = :task, opts = {})
if defined?(Capistrano) && context.is_a?(Capistrano::Configuration)
Expand Down

0 comments on commit 9b26f8d

Please sign in to comment.