From 53fb59a2b90f837375bec633ee59c00140f4d18d Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 6 Jan 2024 11:34:38 -0600 Subject: [PATCH] add newline to end of check-news shell script --- check-news.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-news.sh b/check-news.sh index 11ae861..e7e8fa6 100644 --- a/check-news.sh +++ b/check-news.sh @@ -79,4 +79,4 @@ for i in $@ ; do check_version $VERSION "$i" done -exit 0 \ No newline at end of file +exit 0