Skip to content

Commit d32fbe1

Browse files
committed
Update Makefile
1 parent a2efa25 commit d32fbe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ serve:
110110
.PHONY: progress
111111
progress:
112112
ifeq ($(file),)
113-
@echo ("No file specified, showing total progress"; \
113+
@echo "No file specified, showing total progress"; \
114114
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
115115
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
116116
$(shell msgcat *.po */*.po | grep -c '^msgid')

0 commit comments

Comments
 (0)