mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Use git_wrapper_path when setting GIT_SSH
Apologies, this went missing when resolving merge conflicts for #1517
This commit is contained in:
parent
31b6c0ff8b
commit
b751b68b8d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue