From 146da6bcea1dfa4b67568488167a5780881cf417 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 12 Apr 2026 16:40:52 +0200 Subject: [PATCH] fix: typo in file name --- .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 31ec98f..70aebd9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,6 +13,6 @@ jobs: with: fetch-depth: 0 fetch-tags: true - - run: shellcheck files/sbin/netoik_web_notify + - run: shellcheck files/sbin/gitea_web_notify - run: make tarball - run: rpmbuild -ba "$(make name).spec"