Skip to content

Commit

Permalink
Commit signed with pgp key
Browse files Browse the repository at this point in the history
  • Loading branch information
jzandbergen committed Feb 26, 2020
1 parent 89d7659 commit f6e40db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/git_ssh.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# Workaround: GIT_SSH_COMMAND isn't supported by Git < 2.3
# Workaround: GIT_SSH_COMMAND is not supported by Git < 2.3
exec "${GIT_SSH_COMMAND:-ssh}" "$@"

0 comments on commit f6e40db

Please sign in to comment.