From 091bcf7b51aa9493370e7fb7f7d821b2454acdb9 Mon Sep 17 00:00:00 2001
From: d3vyce <44915747+d3vyce@users.noreply.github.com>
Date: Mon, 20 Mar 2023 23:17:29 +0100
Subject: [PATCH] Update shellcheck.yml

---
 .gitea/workflows/shellcheck.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml
index 996e08f..057d8d3 100644
--- a/.gitea/workflows/shellcheck.yml
+++ b/.gitea/workflows/shellcheck.yml
@@ -11,4 +11,4 @@ jobs:
         apt update
         apt install -y shellcheck        
     - name: Analysing the code with shellcheck
-      run: find . -name '*.sh' -exec shellcheck {} \;
+      run: find . -name '*.sh' -exec shellcheck {} + || err=1