From 1baa6b7f7b0f64e4f979132c955df8ca3b4f07b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Wed, 27 Apr 2022 17:01:09 +0200 Subject: [PATCH] Fix confusion due to divergent dash/underscore handling --- contrib/version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/version.sh b/contrib/version.sh index 8e335b1..f8ee392 100644 --- a/contrib/version.sh +++ b/contrib/version.sh @@ -1,7 +1,7 @@ #!/bin/bash -# see https://github.com/joernott/monitoring-check_systemd-service/tags +# see https://github.com/joernott/monitoring-check-systemd-service/tags APP="monitoring-check_systemd_service" VERSION="1.2.0" RELEASE="1" -URL="https://github.com/joernott/monitoring-check_systemd_service/archive/refs/tags/v${VERSION}.tar.gz" +URL="https://github.com/joernott/monitoring-check-systemd-service/archive/refs/tags/v${VERSION}.tar.gz" ARCH="noarch"