Skip to content

Commit 883bbba

Browse files
committed
Undo wrong fix uploaded zip test
1 parent 55a4856 commit 883bbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip: all
2626
test: zip
2727
@fontlint 3270Medium.otf 3270Medium.pfm 3270Medium.ttf 3270Medium.woff
2828
@zip -T 3270_fonts_*.zip
29-
@wget -q --spider http://s3.amazonaws.com/rbanffy/3270_fonts_$(git rev-parse --short HEAD).zip
29+
@wget -q --spider http://s3.amazonaws.com/rbanffy/3270_fonts_$(shell git rev-parse --short HEAD).zip
3030

3131
clean:
3232
@find . -name '*.otf' -delete -o -name '*.ttf' -delete -o -name '*.afm' -delete -o -name '*.pfm' -delete -o -name '*.woff' -delete -o -name '*.g2n' -delete

0 commit comments

Comments
 (0)