diff --git a/checkmk/custom-files/local/monitor-os-expiry b/checkmk/custom-files/local/monitor-os-expiry
index 8892c86f6032127332bcf8f1eaf2b346b0b74135..2cb37e368897c65e8d12d1589e9bb01ab5c9a0d5 100644
--- a/checkmk/custom-files/local/monitor-os-expiry
+++ b/checkmk/custom-files/local/monitor-os-expiry
@@ -48,5 +48,5 @@ else
     if [[ $remaining_days -le $CONFIG_CRIT_DAYS_LEFT ]]; then
         checkmk_status="2"
     fi
-    echo "$checkmk_status OS-Expiry - $remaining_days days remaining for $OS)"
-fi
\ No newline at end of file
+    echo "$checkmk_status OS-Expiry - $remaining_days days remaining for $OS"
+fi