From 3007d44917188be334e6f561a1442adc05bb7ce7 Mon Sep 17 00:00:00 2001 From: Markus M <mmi.github@gmail.com> Date: Wed, 17 Apr 2024 00:09:15 +0200 Subject: [PATCH] feat(git): modified the fugit.sh script to allow cloning and running on andorra as well as switching between make, python and node --- fugit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fugit.sh b/fugit.sh index 54576e4..69638fc 100755 --- a/fugit.sh +++ b/fugit.sh @@ -30,7 +30,7 @@ case ${FU_RUN:-0} in run_cmd="python3 main.py" ;; 2) - run_cmd="node main.js" # i hope this is correct, we will see when the sheet are finalised. + run_cmd="node main.js" # I hope this is correct, we will see when the sheets are finalised. ;; *) run_cmd="make run" -- GitLab