From 01d5f56f43397af5efcacbeaa676d2bc56ca8778 Mon Sep 17 00:00:00 2001 From: Agampreet Singh Date: Thu, 11 Nov 2021 12:23:27 +0530 Subject: [PATCH] Fix formatting in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d0fba23..ebece2a 100644 --- a/build.sh +++ b/build.sh @@ -170,7 +170,7 @@ echo 'Do you want to run the app or build the app?' echo '1. Run the app' echo '2. Build the app' echo '3. Exit' -echo 'Enter your choice:'; read -r choice; +echo 'Enter your choice:'; read choice; if [ $choice -eq 1 ]; then echo 'Running the app...' yarn start