Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Kaplan authored and Elad Kaplan committed Jan 2, 2022
1 parent 80e7919 commit 93b8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shellfirm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shellfirm --version >/dev/null 2>&1
if [ "$?" != 0 ]; then
# show this message to the user and don't register to terminal hook
# we want to show the user that he not protected with `shellfirm`
echo "`shellfirm` binarry is missing. see installation guide in link: https://github.com/kaplanelad/shellfirm#installation."
echo "`shellfirm` binarry is missing. see installation guide: https://github.com/kaplanelad/shellfirm#installation."
return
fi

Expand Down

0 comments on commit 93b8bf6

Please sign in to comment.