1
0
Fork 0
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:
Mark Woods 2016-05-18 17:08:17 +01:00
parent 31b6c0ff8b
commit b751b68b8d

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