From 626ecd5a196c92fca19c89c6faf2b4465d68f181 Mon Sep 17 00:00:00 2001 From: Gabriele Tramonte Date: Tue, 30 Jul 2024 11:23:36 +0200 Subject: [PATCH] missing new line at EOF --- api/healtcheck.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/healtcheck.cron b/api/healtcheck.cron index e11f6da..e36bf23 100644 --- a/api/healtcheck.cron +++ b/api/healtcheck.cron @@ -1 +1 @@ -*/10 * * * * bash -c '/opt/healtcheck.sh' \ No newline at end of file +*/10 * * * * bash -c '/opt/healtcheck.sh'