diff options
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." |