Fix naming confusion

This commit is contained in:
Jörn Ott 2022-04-27 17:39:56 +02:00
parent 1baa6b7f7b
commit 1441dc9e03
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Name: monitoring-check_systemd_service
Name: monitoring-check-systemd-service
Version: %{version}
Release: %{release}
Epoch: 1

View File

@ -1,6 +1,6 @@
#!/bin/bash
# see https://github.com/joernott/monitoring-check-systemd-service/tags
APP="monitoring-check_systemd_service"
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"