Skip to content

Commit

Permalink
Fix wording in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMeyer committed Jul 15, 2021
1 parent 52ecb5d commit 99fa146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN cd /code/kenlm && \
cmake .. && \
make -j $(nproc) || \
( 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"; \
exit 1; )

Expand Down

0 comments on commit 99fa146

Please sign in to comment.