Skip to content

Commit 0eb7d5a

Browse files
committed
Commit signed with pgp key
1 parent 583072e commit 0eb7d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kitchen/provisioner/git_ssh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
# Workaround: GIT_SSH_COMMAND isn't supported by Git < 2.3
2+
# Workaround: GIT_SSH_COMMAND is not supported by Git < 2.3
33
exec "${GIT_SSH_COMMAND:-ssh}" "$@"

0 commit comments

Comments
 (0)