fix: fixed a typo: permission → permissions (#1459)
This commit is contained in:
parent
de041dd39d
commit
297cbd8654
|
@ -152,7 +152,7 @@ install() {
|
||||||
sudo=""
|
sudo=""
|
||||||
msg="Installing Starship, please wait…"
|
msg="Installing Starship, please wait…"
|
||||||
else
|
else
|
||||||
warn "Escalated permission are required to install to ${BIN_DIR}"
|
warn "Escalated permissions are required to install to ${BIN_DIR}"
|
||||||
elevate_priv
|
elevate_priv
|
||||||
sudo="sudo"
|
sudo="sudo"
|
||||||
msg="Installing Starship as root, please wait…"
|
msg="Installing Starship as root, please wait…"
|
||||||
|
|
Loading…
Reference in New Issue