diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:32:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:32:11 +0200 |
commit | abf2d3859c2ba6ffe584477ecaa91951d44598f7 (patch) | |
tree | 05208dcb7b982ac836cf7b35e24bcf299868f1d0 /update_jdn.sh | |
parent | 906a6edff6feafc811e969c4d9e4ac80135a118a (diff) | |
download | jenkins.debian.net-abf2d3859c2ba6ffe584477ecaa91951d44598f7.tar.xz |
less is more
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 7f24b954..501896b0 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -273,7 +273,7 @@ for config in *.yaml ; do if [ $config -nt $STAMP ] || [ ! -f $STAMP ] ; then sudo jenkins-jobs update $config else - explain "$config has not changed, nothing to do." + echo "$config has not changed, nothing to do." fi done explain "Jenkins jobs updated." |