Skip to content

Commit

Permalink
Fix pdfinfo typoo
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed May 4, 2022
1 parent 2a4b50e commit b5260c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vv
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ prerequisites() {
if ! command -v fmt >/dev/null; then
fmt() { cat ; } # Only needed for wrapping long comments
fi
if ! command -v pdfinfoo >/dev/null; then
if ! command -v pdfinfo >/dev/null; then
pdfinfo() {
notice "Page count is slow. Please install pdfinfo (poppler-utils)."
echo "Pages: $(identify "$1" | grep -c PDF)"
Expand Down

0 comments on commit b5260c8

Please sign in to comment.