From b27f7773ca0b2d9b80d796059ecabb8607d402ab Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 24 Feb 2025 15:11:04 +0100 Subject: [PATCH] fix typo in CI --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 09fb0ed..81b482f 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -9,7 +9,7 @@ when: - renovate/* steps: - "Check sehll scripts": + "Check shell scripts": image: pipelinecomponents/shellcheck commands: - shellcheck ./bin/*.sh