From 39a863543601e6186941349bc2ce010406c23b05 Mon Sep 17 00:00:00 2001 From: Zehka Date: Sun, 5 Jul 2020 18:24:25 +0200 Subject: [PATCH] updated repo url --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 2c6f5cb..ffa3fd1 100755 --- a/init.sh +++ b/init.sh @@ -3,7 +3,7 @@ exe() { echo "running $@" $@ } -SITE_REPO="https://git.chaospott.de/zehka/site.git" +SITE_REPO="https://git.chaospott.de/chaospott/site.git" echo "Where should the site store all volumes?" read -p "PATH: " VOLUMES_PATH read -p "Hook endpoint ID (just make something up):" ENDPOINT_ID