Skip to content
Snippets Groups Projects
Commit 4b194395 authored by Holger Levsen's avatar Holger Levsen
Browse files

email2irc: fix spelling error


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 288ef145
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ if args.dry_run:
fail = 0
for ch in channels:
print('Noifying kgb for {}...'.format(ch))
print('Notifying kgb for {}...'.format(ch))
try:
p = run(['kgb-client', '--conf', '/srv/jenkins/kgb/{}.conf'.format(ch),
'--relay-msg', ircmsg], check=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment