Skip to content

Commit cb9a7c9

Browse files
authored
Apply suggestions from code review
1 parent 044713e commit cb9a7c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ progress: venv
8989

9090
.PHONY: spell
9191
spell: venv
92+
# 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93+
# 'awk 1' agregará una nueva línea en caso que falte.
9294
awk 1 dict dictionaries/*.txt > dict.txt
9395
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po
9496

0 commit comments

Comments
 (0)