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

Commit

Permalink
self.default_io_proc has been added to capistrano
Browse files Browse the repository at this point in the history
Also, don't use CapistranoMonkey::Configuration as it messes with capistrano/ext/multistage (Capistrano::Configuration.instance.load trigger seems not to like CapistranoMonkey::Configuration)
  • Loading branch information
Jean-Paul Bonnetouche committed Sep 19, 2012
1 parent 95889ec commit 3dbc619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions lib/capistrano_monkey/configuration.rb

This file was deleted.

4 changes: 2 additions & 2 deletions lib/strano/cli.rb
Expand Up @@ -19,7 +19,7 @@ def self.parse(logger, args)

# Override in order to use DB logger
def instantiate_configuration(options={})
config = CapistranoMonkey::Configuration.new(options)
config = Capistrano::Configuration.new(options)
config.logger = logger
config
end
Expand All @@ -37,4 +37,4 @@ def handle_error(error)
end

end
end
end

0 comments on commit 3dbc619

Please sign in to comment.