diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-19 23:57:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-19 23:57:40 +0200 |
commit | a1fa213874b9ef7761648e667798db121c2ae3eb (patch) | |
tree | bbb6680cc2843098483cbe3cb90264e48308fa2b /bin | |
parent | ea0129adef83f2ca9111f8630a85e08b4f27465d (diff) | |
download | jenkins.debian.net-a1fa213874b9ef7761648e667798db121c2ae3eb.tar.xz |
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_master_wrapper.sh | 2 |
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 |