Fix ssh agent scripts

This commit is contained in:
Fabio Scotto di Santolo
2025-07-18 15:03:39 +02:00
parent 122528e763
commit a633ab8dd6

View File

@@ -37,6 +37,5 @@ if [ "$IS_WSL" = true ]; then
else else
# Not WSL - assume gnome-keyring handles ssh-agent and gpg-agent # Not WSL - assume gnome-keyring handles ssh-agent and gpg-agent
# Do nothing here to avoid conflicts with gnome-keyring # Do nothing here to avoid conflicts with gnome-keyring
:
fi fi