aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-17 20:13:19 +0300
committerJoel Kronqvist <work.joelkronqvist@gmail.com>2022-10-17 20:13:19 +0300
commitb0981db1ca4c43483e8a45fa71069fc1150b2367 (patch)
tree0af6e4f479034b30ba7057cbf619bc28a5568575
parent10173b9dd1a45a8f576f7a6f91bd7d29e55cea2b (diff)
downloadLYLLRuoka-b0981db1ca4c43483e8a45fa71069fc1150b2367.tar.gz
LYLLRuoka-b0981db1ca4c43483e8a45fa71069fc1150b2367.zip
Fixed setup.sh cloning url.
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 354082e..fefd0c4 100755
--- a/setup.sh
+++ b/setup.sh
@@ -47,7 +47,7 @@ fi
echo ""
echo 'Cloning the git repository...'
-git clone 'https://github.com/JoelHMikael/FoodJS.git' 2> /dev/null
+git clone 'https://github.com/JoelHMikael/LYLLRuoka.git' 2> /dev/null
mkdir 'Updation'
touch Updation/{shifts.txt,vanhalops.csv,uusilops.csv}
echo -e 'Done!\n'