From 4791449ef4e44533694df0c3555f2daa572618fc Mon Sep 17 00:00:00 2001 From: Michael Grote <38253905+quotengrote@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:40:56 +0200 Subject: [PATCH] typo warn --> warning; sry --- plugins/cicd/drone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cicd/drone b/plugins/cicd/drone index 4a3755d3..ddfe541d 100644 --- a/plugins/cicd/drone +++ b/plugins/cicd/drone @@ -71,7 +71,7 @@ if [ "$1" = "config" ]; then link=$(echo "$line" | cut -f4 -d" ") echo "$slug".label "$namespace"/"$name" - echo "$slug".warn 1 + echo "$slug".warning 1 echo "$slug".critical 2 echo "$slug".info "$link" done