Skip to content

Commit

Permalink
missed a couple of spots
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jul 13, 2023
1 parent a7b6c54 commit 5a06fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ src/sssom/internal_context.py: schema/sssom.context.jsonld
cat $< >> $@
echo "\"\"\"" >> $@

deploy-dm: sssom/external_context.py sssom/internal_context.py
deploy-dm: src/sssom/external_context.py src/sssom/internal_context.py
cp schema/sssom_datamodel.py src/sssom/
cp schema/sssom.context.jsonld src/sssom/
cp schema/sssom.external.context.jsonld src/sssom/
Expand Down

0 comments on commit 5a06fe8

Please sign in to comment.