diff --git a/pipeline/Makefile b/pipeline/Makefile index 865a7f39..53bda79d 100644 --- a/pipeline/Makefile +++ b/pipeline/Makefile @@ -166,7 +166,7 @@ target/alltaxons.txt: target/noctua-models: # If target/noctua-models does not exist, then clone it # Modified for: https://github.com/geneontology/go-site/issues/2336 - if [ ! -d target/nocuta-models ]; then git clone --no-tags --progress --depth 1 --branch $(NOCTUA_MODELS_BRANCH_NAME) https://github.com/geneontology/noctua-models.git target/noctua-models; fi + if [ ! -d target/noctua-models ]; then git clone --no-tags --progress --depth 1 --single-branch --branch $(NOCTUA_MODELS_BRANCH_NAME) https://github.com/geneontology/noctua-models.git target/noctua-models; fi ONT_MERGED = target/go-graphstore-merged.ttl $(ONT_MERGED):