From a4e393d4a90ec50ef0adcb62dfd9cdc19b52b2f8 Mon Sep 17 00:00:00 2001 From: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:11:13 -0300 Subject: [PATCH] refactor(script): Add \n at the end Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com> --- add_new_translation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_new_translation.sh b/add_new_translation.sh index 3736052..1df0fa1 100755 --- a/add_new_translation.sh +++ b/add_new_translation.sh @@ -30,4 +30,4 @@ for file in "$origin_directory"/*; do fi done -echo -e "Done, happy translation!" +echo -e "Done, happy translation!\n"