Skip to content

Commit

Permalink
fix: text parameter from file
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 21, 2025
1 parent 9c51931 commit dcd9b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ run_langtool() {
curl --silent \
--request POST \
--data "${DATA}" \
--data-urlencode "text=$(cat "${FILE}")" \
--data-urlencode "text@${FILE}" \
"${API_ENDPOINT}/v2/check" | \
FILE="${FILE}" tmpl /langtool.tmpl
done
Expand Down

0 comments on commit dcd9b1c

Please sign in to comment.