From f6e40db8e77cac7ee6c34517dbd8ccf066687b11 Mon Sep 17 00:00:00 2001 From: Justin Zandbergen Date: Wed, 26 Feb 2020 09:02:39 +0100 Subject: [PATCH] Commit signed with pgp key --- lib/kitchen/provisioner/git_ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kitchen/provisioner/git_ssh.sh b/lib/kitchen/provisioner/git_ssh.sh index c69e8edc..c705d8ea 100755 --- a/lib/kitchen/provisioner/git_ssh.sh +++ b/lib/kitchen/provisioner/git_ssh.sh @@ -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}" "$@"