Fix wording in error message

This commit is contained in:
Josh Meyer 2021-07-15 09:54:54 -04:00
parent 52ecb5dbe2
commit 99fa146253

View File

@ -22,7 +22,7 @@ RUN cd /code/kenlm && \
cmake .. && \ cmake .. && \
make -j $(nproc) || \ make -j $(nproc) || \
( echo "ERROR: Failed to build KenLM."; \ ( echo "ERROR: Failed to build KenLM."; \
echo "ERROR: You must update the kenlm submodule on host before building this Dockerfile."; \ echo "ERROR: Make sure you update the kenlm submodule on host before building this Dockerfile."; \
echo "ERROR: $ cd STT; git submodule update --init kenlm"; \ echo "ERROR: $ cd STT; git submodule update --init kenlm"; \
exit 1; ) exit 1; )