mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: fixed a typo: permission → permissions (#1459)
This commit is contained in:
+1
-1
@@ -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…"
|
||||
|
||||
Reference in New Issue
Block a user