Skip to content

Commit

Permalink
Update entrypoint.sh (#43)
Browse files Browse the repository at this point in the history
tracklanguage, not trackLanguage 

Case sensitive and does not work
  • Loading branch information
vertigo235 authored Feb 29, 2024
1 parent 9ef34c1 commit 0166aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -n "${TRACK}" ]]; then
args+=('--track' "${TRACK}")
fi
if [[ -n "${TRACK_LANGUAGE}" ]]; then
args+=('--trackLanguage' "${TRACK_LANGUAGE}")
args+=('--tracklanguage' "${TRACK_LANGUAGE}")
fi
if [[ -n "${LANGUAGE}" ]]; then
args+=('--tesseractlanguage' "${LANGUAGE}")
Expand Down

0 comments on commit 0166aeb

Please sign in to comment.