1
0
Fork 0
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:
Matt Brictson 2016-05-18 10:02:57 -07:00
commit b0a93a00cf

View file

@ -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)
}
}