bundles/icinga2: fix double emoji for WARNING state
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-19 14:03:00 +01:00
parent 2bccbf9ded
commit c0b8d35a47
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -16,7 +16,7 @@ STATUS_TO_EMOJI = {
'down': '🚨🚨🚨',
'ok': '🆗',
'up': '👌',
'warning': '⚡',
'warning': '⚡',
}
parser = ArgumentParser(