Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
One additional line was supposed to have been copied.  By luck, this
error had still let the remainder of the recipe function, but it's
better to not leave luck in place here.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 8, 2022
1 parent a6f39a7 commit 40e16b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ all: \
test -r dependencies/collections-ontology/README.md \
|| git submodule update \
--init \
dependencies/collections-ontology
# error ontology
test -r dependencies/error/README.md \
|| git submodule update \
Expand Down

0 comments on commit 40e16b0

Please sign in to comment.