Skip to content

Commit

Permalink
clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Mar 1, 2023
1 parent e4a04d2 commit ec47b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpico.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _zpico_selfupdate() {
if command -v curl 1>/dev/null 2>&1; then
curl -sL --create-dirs https://gitlab.com/thornjad/zpico/-/raw/main/zpico.zsh -o ${0:A}
else
print "selfupdate requires curl, please install or update manually" && return 1
print "selfupdate requires curl, please install curl or update zpico manually" && return 1
fi
}

Expand Down

0 comments on commit ec47b48

Please sign in to comment.