From 320c66b4a0c6de4f76ef19a558ae6e2b17b82c18 Mon Sep 17 00:00:00 2001 From: s3lph Date: Thu, 18 Jul 2024 22:03:57 +0200 Subject: [PATCH] fix(ansible-semaphore): github changelog reponame --- ansible-semaphore/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-semaphore/build.sh b/ansible-semaphore/build.sh index e868c8f..941dc38 100755 --- a/ansible-semaphore/build.sh +++ b/ansible-semaphore/build.sh @@ -37,7 +37,7 @@ function prepare() { sed -re "s/__VERSION__/${VERSION}/g" -i "${PKGDIR}/DEBIAN/control" sed -re "s/__MAINTAINER__/${MAINTAINER}/g" -i "${PKGDIR}/DEBIAN/control" cp "${SRCDIR}/LICENSE" "${PKGDIR}/usr/share/doc/${PKGNAME}/copyright" - github_changelog ansible-semaphore/semaphore + github_changelog semaphoreui/semaphore find "${PKGDIR}" -exec touch -m -d "${ISODATE}" {} \; }