Skip to content

Commit

Permalink
Delete duplicate variable declaration in make goal
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Nov 26, 2024
1 parent 4f19ab5 commit 8133194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/mondo-ingest.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8133194

Please sign in to comment.