warn --> warning; sry
This commit is contained in:
Michael Grote 2023-04-18 14:40:56 +02:00 committed by GitHub
parent 549c127d7d
commit 4791449ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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