diff --git a/lib/capistrano/tasks/git.rake b/lib/capistrano/tasks/git.rake index de6b855b..13ace3bc 100644 --- a/lib/capistrano/tasks/git.rake +++ b/lib/capistrano/tasks/git.rake @@ -13,7 +13,7 @@ namespace :git do set :git_environmental_variables, lambda { { git_askpass: "/bin/echo", - git_ssh: "#{fetch(:tmp_dir)}/#{fetch(:application)}/git-ssh.sh" + git_ssh: fetch(:git_wrapper_path) } }