bundles/icinga2: fix double emoji for WARNING state
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2bccbf9ded
commit
c0b8d35a47
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ STATUS_TO_EMOJI = {
|
|||
'down': '🚨🚨🚨',
|
||||
'ok': '🆗',
|
||||
'up': '👌',
|
||||
'warning': '⚡⚡',
|
||||
'warning': '⚡',
|
||||
}
|
||||
|
||||
parser = ArgumentParser(
|
||||
|
|
Loading…
Reference in a new issue