Skip to content

Commit 436bfe4

Browse files
committed
Fix: Changed wording in install script
Typo changed
1 parent 88bb8cf commit 436bfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ install() {
137137

138138
if test_writeable "${BIN_DIR}"; then
139139
sudo=""
140-
msg="Installing Starship, please wait…"
140+
msg="Installing Lightmon, please wait…"
141141
else
142142
warn "Escalated permissions are required to install to ${BIN_DIR}"
143143
elevate_priv
144144
sudo="sudo"
145-
msg="Installing Starship as root, please wait…"
145+
msg="Installing Lightmon as root, please wait…"
146146
fi
147147
info "$msg"
148148

0 commit comments

Comments
 (0)