summaryrefslogtreecommitdiff
path: root/utils/installer/install_stylua.sh
diff options
context:
space:
mode:
authorgrvxs <[email protected]>2021-08-06 16:49:52 +0530
committergrvxs <[email protected]>2021-08-06 16:49:52 +0530
commitf3c44ce3a91b0abc448071d152e0781c4c1465e7 (patch)
tree78dd54b106bce417eef7aa1f9e4d6eada96fdf6e /utils/installer/install_stylua.sh
parente4f146e980f31b864db64fa0d343d22e2179ab5e (diff)
fix: typo in install_stylua.sh
Diffstat (limited to 'utils/installer/install_stylua.sh')
-rwxr-xr-xutils/installer/install_stylua.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/install_stylua.sh b/utils/installer/install_stylua.sh
index cd8b3942..2a33de7e 100755
--- a/utils/installer/install_stylua.sh
+++ b/utils/installer/install_stylua.sh
@@ -30,7 +30,7 @@ function download_stylua() {
exit 1
fi
- echo "Installtion in progress.."
+ echo "Installation in progress.."
unzip -q "$DOWNLOAD_DIR/$FILENAME.zip" -d "$DOWNLOAD_DIR"
if [ -f "$DOWNLOAD_DIR/stylua" ]; then
@@ -43,7 +43,7 @@ function download_stylua() {
}
function verify_install() {
- echo "Verifying installtion.."
+ echo "Verifying installation.."
local DOWNLOADED_VER
DOWNLOADED_VER="$("$INSTALL_DIR/stylua" -V | awk '{ print $2 }')"
if [ "$DOWNLOADED_VER" != "$RELEASE" ]; then