Skip to content

Commit

Permalink
fixed: f -> fi ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
moormaster committed Oct 1, 2021
1 parent 9f7eb87 commit c630047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FOLDER="${2-"/usr/bin"}"
if [[ ! -f "$FOLDER/$NAME" ]]; then
>&2 echo -e "\033[31mCommand \033[36m$1\033[31m did not exist in \033[36m$2\033[39m"
exit 1
f
fi

LN_PATH=$(realpath "$FOLDER/$NAME")

Expand Down

0 comments on commit c630047

Please sign in to comment.