Improve comments

This commit is contained in:
Samuel Sieg
2023-03-14 16:05:57 +01:00
parent 46dad1ee6c
commit 3fd2f3f2c5

View File

@@ -9,11 +9,11 @@ require "mrsk"
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
# Applies to remote commands only,
# see https://github.com/capistrano/sshkit/blob/master/lib/sshkit/dsl.rb#L9
# Applies to remote commands only.
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 DSL
def run_locally(&block)