From 648a80362e8b9606e9ba9d13faccf50c05a39e8f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Dec 2022 08:45:48 +0100 Subject: [PATCH] bundles/sshmon: actually install the check --- bundles/sshmon/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/sshmon/items.py b/bundles/sshmon/items.py index 1361eb2..3250f39 100644 --- a/bundles/sshmon/items.py +++ b/bundles/sshmon/items.py @@ -50,6 +50,7 @@ files = { for check in { 'cpu_stats', + 'forgejo_for_new_release', 'github_for_new_release', 'http_url_for_string', 'http_wget',