Skip to content

Commit

Permalink
fix: SC2230
Browse files Browse the repository at this point in the history
  • Loading branch information
jzandbergen committed Apr 13, 2021
1 parent 43bb748 commit 002223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/formula-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function fetchGitFormula() {

if [[ -n $4 ]]
then
sshbin=$(which ssh)
sshbin=$(command -v ssh)
export GIT_SSH_COMMAND="${sshbin} -o UserKnownHostsFile=/tmp/kitchen/ssh/known_hosts -o StrictHostKeyChecking=no -i ${4}"
export GIT_SSH="/tmp/kitchen/git_ssh.sh"
fi
Expand Down

0 comments on commit 002223c

Please sign in to comment.