From c49a85194dfda3ff66b45983d4cafbb6f94d4560 Mon Sep 17 00:00:00 2001 From: Keegan White Date: Mon, 7 Oct 2024 11:25:00 +0200 Subject: [PATCH] Update install.sh Fixed spelling mistake in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d1a8bf6..9f3ce7a 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ fi echo echo "Detected your preferred shell is $PREF_SHELL and added ge-publish to PATH." echo "Run 'source $PROFILE' or start a new terminal session to use ge-publish." -echo "Then, simply run 'ge-publish --version' to check the version ans start using it." +echo "Then, simply run 'ge-publish --version' to check the version and start using it." tolower() { echo "$1" | awk '{print tolower($0)}'