Merge pull request #1368 from quotengrote/fix

drone: Typo
This commit is contained in:
Kenyon Ralph 2023-04-18 10:23:20 -07:00 committed by GitHub
commit 31dd87f7b8
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