Skip to content

Commit

Permalink
do not log the search for local executables - capistrano#127
Browse files Browse the repository at this point in the history
  • Loading branch information
jweiss committed Nov 18, 2009
1 parent 5e39c56 commit 5a676ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/recipes/deploy.rb
Expand Up @@ -102,7 +102,7 @@ def run_locally(cmd)
# tests if the given command is present on the local system
def command_present?(cmd)
executable = cmd.to_s.split(" ").first
unless find_executable(executable)
unless find_executable0(executable)
logger.important "executable '#{executable}' not present or not in $PATH on the local system!"
end
end
Expand Down

0 comments on commit 5a676ba

Please sign in to comment.