Skip to content

Commit

Permalink
Fixed a typo in ssh-auth-sock script
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsaDK committed Nov 12, 2023
1 parent b624a01 commit f9f4f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apkovl/usr/local/bin/ssh-auth-sock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ fi
# Describe the link or exit
if [ -S "${symlink}" ]; then
echo "${symlink} -> $(readlink "${symlink}")"
echo
else
echo "SSH Auth Socket not found -- ${symlink}" >&2
fi

0 comments on commit f9f4f6c

Please sign in to comment.