From a373df28f7201ccfbfa3d489da6f59eaa5c7e8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20S=C3=B6lch?= Date: Thu, 24 Oct 2024 14:26:52 +0200 Subject: [PATCH] Development: Update path for coffee module config to new repo structure in the docker shell script (#351) --- athena-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/athena-docker.sh b/athena-docker.sh index 87fe423eb..6f211bd55 100644 --- a/athena-docker.sh +++ b/athena-docker.sh @@ -40,7 +40,7 @@ function download_cofee_config { mkdir -p ./module_text_cofee for file in traefik.docker.yml node_config.docker.yml; do echo " Downloading $file..." - curl -sSL -o ./module_text_cofee/$file https://raw.githubusercontent.com/ls1intum/Athena/"$pr_branch"/module_text_cofee/"$file" + curl -sSL -o ./module_text_cofee/$file https://raw.githubusercontent.com/ls1intum/Athena/"$pr_branch"/modules/text/module_text_cofee/"$file" done } @@ -146,4 +146,4 @@ case "$subcommand" in general_help exit 1 ;; -esac \ No newline at end of file +esac