From 93b4031f072328f855e51d66c9c163f0430761c6 Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 17 Sep 2024 20:43:56 -0600 Subject: [PATCH] whoops --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 4c27883..e908551 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ if [ "$choice" = "y" ]; then if [ "$choice" = "y" ]; then read -p "$(echo -e ${FIRST_TIME_Q})" choice if [ "$choice" = "y" ]; then - echo -e "${IMPREGNATING}}" + echo -e "${IMPREGNATING}" cd backend mkdir build mkdir build/libs @@ -64,7 +64,7 @@ elif [ "$choice" = "n" ]; then if [ "$choice" = "y" ]; then read -p "$(echo -e ${FIRST_TIME_Q})" choice if [ "$choice" = "y" ]; then - echo -e "${IMPREGNATING}}" + echo -e "${IMPREGNATING}" cd backend mkdir build mkdir build/libs @@ -78,7 +78,7 @@ elif [ "$choice" = "n" ]; then echo -e "${NO_CHOICE}" fi - echo -e "${BUILDING_BACK}}" + echo -e "${BUILDING_BACK}" cd backend ./gradlew shadowJar cd ../