Skip to content

Commit 52bfbe6

Browse files
committed
shell/keychain: remove deprecated 'agent-parameter
1 parent dafdf60 commit 52bfbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/keychain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# Assert an ssh-agent (which is empty at the beginning)
44
if command -v keychain > /dev/null 2>&1; then
5-
eval "$(keychain -q --nogui --agents ssh --timeout 600 --eval)"
5+
eval "$(keychain -q --nogui --timeout 600 --eval)"
66
fi
77

0 commit comments

Comments
 (0)