Improve comments
This commit is contained in:
@@ -9,11 +9,11 @@ require "mrsk"
|
|||||||
|
|
||||||
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
|
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
|
||||||
|
|
||||||
# Applies to remote commands only,
|
# Applies to remote commands only.
|
||||||
# see https://github.com/capistrano/sshkit/blob/master/lib/sshkit/dsl.rb#L9
|
|
||||||
SSHKit.config.backend = SSHKit::Backend::Printer
|
SSHKit.config.backend = SSHKit::Backend::Printer
|
||||||
|
|
||||||
# Ensure local commands use the printer backend too
|
# Ensure local commands use the printer backend too.
|
||||||
|
# See https://github.com/capistrano/sshkit/blob/master/lib/sshkit/dsl.rb#L9
|
||||||
module SSHKit
|
module SSHKit
|
||||||
module DSL
|
module DSL
|
||||||
def run_locally(&block)
|
def run_locally(&block)
|
||||||
|
|||||||
Reference in New Issue
Block a user