fix: fixed a typo: permission → permissions (#1459)

This commit is contained in:
Or Bin 2020-07-09 00:26:51 +03:00 committed by GitHub
parent de041dd39d
commit 297cbd8654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ install() {
sudo=""
msg="Installing Starship, please wait…"
else
warn "Escalated permission are required to install to ${BIN_DIR}"
warn "Escalated permissions are required to install to ${BIN_DIR}"
elevate_priv
sudo="sudo"
msg="Installing Starship as root, please wait…"