mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1685 from thickpaddy/fix_git_ssh_env_var
Use git_wrapper_path when setting GIT_SSH
This commit is contained in:
commit
b0a93a00cf
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