diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 23:17:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 23:17:06 +0200 |
commit | 3bf7592b82a0589d71c9f368a46747273f4105ab (patch) | |
tree | 9c67564a0b624305ddd7bf4f5e3ba2d32869aeea | |
parent | fc94f8cfc45eb34ab4495c7a78ad4cf2f9a91132 (diff) | |
download | jenkins.debian.net-3bf7592b82a0589d71c9f368a46747273f4105ab.tar.xz |
fixup syntax error in fc94f8c
-rwxr-xr-x | update_jdn.sh | 1 |
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 |