Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Wrong image
  • Loading branch information
mathematicalmichael committed Jul 15, 2022
1 parent cfcbb15 commit 2616569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bibtex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
IMAGE_NAME=mathematicalmichael/bibtex
IMAGE_NAME=mathematicalmichael/latex
COMMAND=bibtex
docker run --rm -i -v $(pwd):$(pwd) -w $(pwd) $IMAGE_NAME $COMMAND "$@"

0 comments on commit 2616569

Please sign in to comment.