Skip to content

Commit

Permalink
Typo fix (missing whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimas-kudelis committed Oct 24, 2024
1 parent 322f106 commit 0a2995a
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 @@ -44,7 +44,7 @@ venv-test/touchfile: requirements-test.txt
test: test-jonova test-jonova-condensed

test-jonova: venv-test build.stamp
TOCHECK=$$(find fonts/variable -type f -name "Jonova-*" 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f -name "Jonova-*" 2>/dev/null); fi; . venv-test/bin/activate; mkdir -p out/badges/Jonova out/fontbakery/Jonova; fontbakery check-googlefonts --exclude-checkid com.google.fonts/check/vendor_id -l WARN --full-lists--succinct --badges out/badges/Jonova --html out/fontbakery/Jonova/fontbakery-report.html --ghmarkdown out/fontbakery/Jonova/fontbakery-report.md $$TOCHECK || echo '::warning file=sources/config-Jonova.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in Jonova. Please check the generated report.'
TOCHECK=$$(find fonts/variable -type f -name "Jonova-*" 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f -name "Jonova-*" 2>/dev/null); fi; . venv-test/bin/activate; mkdir -p out/badges/Jonova out/fontbakery/Jonova; fontbakery check-googlefonts --exclude-checkid com.google.fonts/check/vendor_id -l WARN --full-lists --succinct --badges out/badges/Jonova --html out/fontbakery/Jonova/fontbakery-report.html --ghmarkdown out/fontbakery/Jonova/fontbakery-report.md $$TOCHECK || echo '::warning file=sources/config-Jonova.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in Jonova. Please check the generated report.'

test-jonova-condensed: venv-test build.stamp
TOCHECK=$$(find fonts/variable -type f -name "JonovaCondensed-*" 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f -name "JonovaCondensed-*" 2>/dev/null); fi; . venv-test/bin/activate; mkdir -p out/badges/JonovaCondensed out/fontbakery/JonovaCondensed; fontbakery check-googlefonts --exclude-checkid com.google.fonts/check/vendor_id -l WARN --full-lists --succinct --badges out/badges/JonovaCondensed --html out/fontbakery/JonovaCondensed/fontbakery-report.html --ghmarkdown out/fontbakery/JonovaCondensed/fontbakery-report.md $$TOCHECK || echo '::warning file=sources/config-JonovaCondensed.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in Jonova Condensed. Please check the generated report.'
Expand Down

0 comments on commit 0a2995a

Please sign in to comment.