We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5fd0f commit 979394aCopy full SHA for 979394a
1 file changed
lib/kitchen/provisioner/formula-fetch.sh
@@ -37,7 +37,7 @@ function fetchGitFormula() {
37
38
if [[ -n $4 ]]
39
then
40
- sshbin=$(which ssh)
+ sshbin=$(command -v ssh)
41
export GIT_SSH_COMMAND="${sshbin} -o UserKnownHostsFile=/tmp/kitchen/ssh/known_hosts -o StrictHostKeyChecking=no -i ${4}"
42
export GIT_SSH="/tmp/kitchen/git_ssh.sh"
43
fi
0 commit comments