diff --git a/athena-docker.sh b/athena-docker.sh index 87fe423e..6f211bd5 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