diff --git a/.ci-build-without-test.sh b/.ci-build-without-test.sh index e532f034..80ae29cb 100755 --- a/.ci-build-without-test.sh +++ b/.ci-build-without-test.sh @@ -16,7 +16,7 @@ fi if [ -d "/tmp/plume-scripts" ] ; then git -C /tmp/plume-scripts pull -q else - git -C /tmp clone --depth 1 -q https://github.com/plume-lib/plume-scripts.git + git -C /tmp clone --depth 1 -q https://github.com/eisop-plume-lib/plume-scripts.git fi export AFU="${AFU:-../annotation-tools/annotation-file-utilities}"