From cdbaa23798d55e74c5f4d778d35c579d3573d16d Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@lakedrops.com>
Date: Fri, 19 Jul 2024 10:51:13 +0200
Subject: [PATCH] Fix typo

---
 test-and-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 6a29707..1b95051 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -274,7 +274,7 @@ Debug:
   cache: {}
   script:
     - if [[ -f 'config/default/sync/crowdsec.settings.yml' ]]; then echo "The crowdsec config entity should be moved into a config split."; exit 1; fi
-    - if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec shouold not be enabled in core extension, move it to config split instead"; exit 2; fi
+    - if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec should not be enabled in core extension, move it to config split instead"; exit 2; fi
   except:
     refs:
       - tags
-- 
GitLab