mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 06:52:13 +00:00
fix script comment
This commit is contained in:
parent
701a670515
commit
8b6489657d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue