summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_master_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-19 23:57:40 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-19 23:57:40 +0200
commita1fa213874b9ef7761648e667798db121c2ae3eb (patch)
treebbb6680cc2843098483cbe3cb90264e48308fa2b /bin/jenkins_master_wrapper.sh
parentea0129adef83f2ca9111f8630a85e08b4f27465d (diff)
downloadjenkins.debian.net-a1fa213874b9ef7761648e667798db121c2ae3eb.tar.xz
fix typo
Diffstat (limited to 'bin/jenkins_master_wrapper.sh')
-rwxr-xr-xbin/jenkins_master_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_master_wrapper.sh b/bin/jenkins_master_wrapper.sh
index 728371d1..61b5d234 100755
--- a/bin/jenkins_master_wrapper.sh
+++ b/bin/jenkins_master_wrapper.sh
@@ -65,7 +65,7 @@ RETVAL=0
ssh -o "BatchMode = yes" -p $PORT $NODE_NAME "$PARAMS" || {
# mention failures, but continue since we might want the artifacts anyway
RETVAL=$?
- printf "\nnSSH EXIT CODE: %s\n" $RETVAL
+ printf "\nSSH EXIT CODE: %s\n" $RETVAL
}
# grab artifacts and tidy up at the other end