From 297cbd8654f9de91765089ca6f311b367d5458e2 Mon Sep 17 00:00:00 2001 From: Or Bin Date: Thu, 9 Jul 2020 00:26:51 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20fixed=20a=20typo:=20permission=20?= =?UTF-8?q?=E2=86=92=20permissions=20(#1459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index e14e4776..0e5e46ee 100755 --- a/install/install.sh +++ b/install/install.sh @@ -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…"