From 32bf6ffab06318a7014e6b7a998e77b3cef9936e Mon Sep 17 00:00:00 2001 From: Michael Carlson Date: Mon, 23 Nov 2020 22:27:32 -0700 Subject: [PATCH] rebuild --- dist/git-deploy-key-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/git-deploy-key-wrapper.sh b/dist/git-deploy-key-wrapper.sh index d314204..ec99586 100644 --- a/dist/git-deploy-key-wrapper.sh +++ b/dist/git-deploy-key-wrapper.sh @@ -14,7 +14,7 @@ eval last=$last # Try to pick the right key # No "--word-regexp" because Terraforms usage of git ends up as -# "git-upload-pack 'webfactory/ssh-agent.git'". "--word-regexp" will not match it. +# "git-upload-pack '/webfactory/ssh-agent.git'". "--word-regexp" will not match it. # Other integrations still work without "--word-regexp" ssh-add -L | grep --max-count=1 $last > $key_file