From 5c57534ab9eb84fe2d8c77026af89d7e70b74cae Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 17 Feb 2026 02:04:42 +0100 Subject: [PATCH] ci: fix shellcheck target --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2fff732..5f0abe6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - name: Git checkout uses: actions/checkout@v6 - name: Lint shell scripts - run: shellcheck files/systemd/certbot-renew.service files/systemd/certbot-renew.timer + run: shellcheck files/sbin/certbot_renew - name: Build tarball run: make tarball - name: Build rpm file