From 1a5f35bc4283390954e8226ca1403a89fedae6cc Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 12 Mar 2023 23:54:18 +1000 Subject: [PATCH] fix typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 5c30164..ac89362 100755 --- a/install +++ b/install @@ -19,7 +19,7 @@ else fi echo -e "Installing \033[32m$PACKAGES\033[0m" -if [[ APP_DEBUG == 'true' ]]; thenS +if [[ APP_DEBUG == 'true' ]]; then echo -e "Installing \033[32m$DEV_PGKS\033[0m" npm i -g $PACKAGES npm i -g $DEV_PGKS