summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-20 23:17:06 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-20 23:17:06 +0200
commit3bf7592b82a0589d71c9f368a46747273f4105ab (patch)
tree9c67564a0b624305ddd7bf4f5e3ba2d32869aeea /update_jdn.sh
parentfc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132 (diff)
downloadjenkins.debian.net-3bf7592b82a0589d71c9f368a46747273f4105ab.tar.xz
fixup syntax error in fc94f8c
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 2380e145..6d91bcec 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -603,6 +603,7 @@ case $HOSTNAME in
jenkins)
MESSAGE="jenkins updated to $(cd $BASEDIR ; git describe --always)."
kgb-client --conf /srv/jenkins/kgb/debian-qa.conf --relay-msg "$MESSAGE"
+ ;;
*) ;;
esac