diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-23 15:54:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-23 15:54:13 +0100 |
commit | b9dd4d26aa8110da7e16313d3f383763626d32d7 (patch) | |
tree | 4dea789c32780c9a9f10c35f3be6663937272ac7 | |
parent | 51aa536891730bcec69df38707b2f4cac65d420d (diff) | |
download | jenkins.debian.net-b9dd4d26aa8110da7e16313d3f383763626d32d7.tar.xz |
YOLO: fixup formatting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/email2irc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 35ba86f8..0871cab9 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -116,7 +116,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $SUBJECT | cut -d ':' -f1) $MY_LINE" MESSAGE="$(echo $MESSAGE | sed -s 's#^Failure#Failed #') " MESSAGE="$(echo $MESSAGE | sed -s 's#^Build failed in Jenkins#Failed #') " - MESSAGE="$(echo $MESSAGE | sed -s 's# See ##') " + MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') " MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " # log message |