From 55f5131ee5f80258dfccb32238ba653134b0326a Mon Sep 17 00:00:00 2001 From: Alvise Bruniera Date: Thu, 15 May 2025 00:47:10 +0200 Subject: [PATCH] Fix missing newline at end of file --- deploy/sftp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/sftp.sh b/deploy/sftp.sh index 4d36e263..2cd22d30 100644 --- a/deploy/sftp.sh +++ b/deploy/sftp.sh @@ -136,4 +136,4 @@ EOF # Return 1 if any upload failed return "$_error_code" -} \ No newline at end of file +}