aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/README.md
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-26 14:56:28 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-26 14:56:28 +0200
commitf6fe2741610552ffc9eb8cbe1f9061dedf965f90 (patch)
tree03e31d2752a0f3840d58fc60062eca8420750efe /dev/ci/user-overlays/README.md
parentf5ec7c7a6d16a252c46b2cfec69755be600f7834 (diff)
parent58af63db3c1f9bb5a8056150fd0d960ad0054cd2 (diff)
Merge PR #7831: Fix for issue #7707: include Ltac2 and Equations in Windows build
Diffstat (limited to 'dev/ci/user-overlays/README.md')
-rw-r--r--dev/ci/user-overlays/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/user-overlays/README.md b/dev/ci/user-overlays/README.md
index 41212568d..11e4d9ae0 100644
--- a/dev/ci/user-overlays/README.md
+++ b/dev/ci/user-overlays/README.md
@@ -24,7 +24,7 @@ Example: `00669-maximedenes-ssr-merge.sh` containing
if [ "$CI_PULL_REQUEST" = "669" ] || [ "$CI_BRANCH" = "ssr-merge" ]; then
mathcomp_CI_BRANCH=ssr-merge
- mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git
+ mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp
fi
```