summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-01 23:14:06 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-01 23:14:06 +0200
commit09822546fc7c1aa7b0993baa19314173f966c773 (patch)
treec053a23714ee0f4805ac542a4dbf9ea1d3063442
parent274e2f5ec65916746999ac31abaf9da294c4d39e (diff)
downloadjenkins.debian.net-09822546fc7c1aa7b0993baa19314173f966c773.tar.xz
fix syntax error
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 1653549a..ba5731a0 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -144,5 +144,5 @@ for arch in sorted(architectures):
if get_node(arch):
print(" my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'")
else:
- print(" my_wrapper: '/srv/jenkins/bin/rebootstrap.sh')
+ print(" my_wrapper: '/srv/jenkins/bin/rebootstrap.sh'")