Skip to content

Commit

Permalink
Update path for traefik config to new repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Oct 24, 2024
1 parent b336006 commit 3158efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions athena-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -146,4 +146,4 @@ case "$subcommand" in
general_help
exit 1
;;
esac
esac

0 comments on commit 3158efa

Please sign in to comment.