From 883bf768af595cdbe7f1c2232fa34a53f9f3751c Mon Sep 17 00:00:00 2001 From: Milton Date: Mon, 6 Jun 2022 17:24:33 +0200 Subject: [PATCH] fix typo (#732) Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1e53c00bfb..4518967e52 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ fi chmod +x $BIN_PATH -echo "$APP_NAME installed sucesfully!" +echo "$APP_NAME installed successfully!" if [ -z "$(command -v $APP_NAME)" ]; then if [ -n "$($SHELL -c 'echo $ZSH_VERSION')" ]; then