# File lib/daemon_kit/deployment/capistrano.rb, line 95 def run_locally(cmd) logger.trace "executing locally: #{cmd.inspect}" if logger `#{cmd}` end