mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +00:00
rebuild
This commit is contained in:
parent
91b425f19e
commit
32bf6ffab0
1 changed files with 1 additions and 1 deletions
2
dist/git-deploy-key-wrapper.sh
vendored
2
dist/git-deploy-key-wrapper.sh
vendored
|
@ -14,7 +14,7 @@ eval last=$last
|
||||||
|
|
||||||
# Try to pick the right key
|
# Try to pick the right key
|
||||||
# No "--word-regexp" because Terraforms usage of git ends up as
|
# 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"
|
# Other integrations still work without "--word-regexp"
|
||||||
ssh-add -L | grep --max-count=1 $last > $key_file
|
ssh-add -L | grep --max-count=1 $last > $key_file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue