From dcebb46578f9e4a1ab981359f499261bf98b19fc Mon Sep 17 00:00:00 2001 From: Aosen Xiong Date: Sat, 11 May 2024 17:50:42 -0400 Subject: [PATCH] Use eisop plume lib first --- .ci-build-without-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"