diff --git a/src/ontology/mondo-ingest.Makefile b/src/ontology/mondo-ingest.Makefile index 56f44d16..31f0ff27 100644 --- a/src/ontology/mondo-ingest.Makefile +++ b/src/ontology/mondo-ingest.Makefile @@ -376,7 +376,7 @@ define build_mondo rm -rf ./mondo/ && \ git clone --depth 1 https://github.com/monarch-initiative/mondo && \ cd mondo/src/ontology && \ - make mondo.owl mappings -B MIR=false IMP=false MIR=false &&\ + make mondo.owl mappings -B MIR=false IMP=false &&\ latest_hash=$$(git rev-parse origin/master) && \ echo "$$latest_hash" > $(1) endef