aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-11 09:25:55 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-11 09:25:55 +0100
commitb1b84b3a942375048db459d81d2b9bc7662f6ada (patch)
tree97922688bb85f0585ed44700c4a6cbab39ec8016 /dev
parent84b41f2540440bbcb74aad1c8e93f7e0b9bc4b4e (diff)
parent2434e85e1f2006e66efd74bd6cd7224e301e3bff (diff)
Merge PR #6351: Fix a copy-paste error in ci-ltac2.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-ltac2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh
index 4865be31e..ed4003601 100755
--- a/dev/ci/ci-ltac2.sh
+++ b/dev/ci/ci-ltac2.sh
@@ -3,7 +3,7 @@
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh
-ltac2_CI_DIR=${CI_BUILD_DIR}/coq-dpdgraph
+ltac2_CI_DIR=${CI_BUILD_DIR}/ltac2
git_checkout ${ltac2_CI_BRANCH} ${ltac2_CI_GITURL} ${ltac2_CI_DIR}