diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 17:35:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 17:35:06 +0100 |
commit | 872a7979a37218eea609cbf49d2e310b3043eeae (patch) | |
tree | b426fae282cc994f487bbf97e9327645bef0cbc8 | |
parent | 574aa9b76ae022eac768edbad69bc2494288e9f4 (diff) | |
download | jenkins.debian.net-872a7979a37218eea609cbf49d2e310b3043eeae.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_cleanup_nodes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh index c6e0473a..49094ac9 100755 --- a/bin/reproducible_cleanup_nodes.sh +++ b/bin/reproducible_cleanup_nodes.sh @@ -23,6 +23,7 @@ if [ -n "$RESULT" ] ; then exit 1 else echo "jenkins is not running, ok, let's go." +fi # simple confirmation needed echo |