Skip to content
Snippets Groups Projects
Commit 989e0f4f authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/dune-typetree-git-repo' into 'master'

[installexternal.sh] Adapt path for dune-typetree installation

See merge request !415
parent c9bef50a
No related branches found
No related tags found
Loading
......@@ -391,7 +391,7 @@ installTypeTree()
fi
if [ ! -e dune-typetree ]; then
git clone -b releases/2.3 https://gitlab.dune-project.org/pdelab/dune-typetree.git
git clone -b releases/2.3 https://gitlab.dune-project.org/staging/dune-typetree.git
fi
if test "$DOWNLOAD_ONLY" == "y"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment