From 333acbd0320f30d955f82dd3c0a841623654a6b9 Mon Sep 17 00:00:00 2001 From: David <17435126+DavidLMS@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:42:07 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 52d7b9b..0b257ed 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,4 +25,4 @@ print(result) # Save the translation to the output file echo "$TRANSLATION" > "$OUTPUT_FILE" -echo "Translation completed. See file $OUTPUT_FILE for the result." \ No newline at end of file +echo "Translation completed. See file $OUTPUT_FILE for the result."