diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 23:14:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 23:14:06 +0200 |
commit | 09822546fc7c1aa7b0993baa19314173f966c773 (patch) | |
tree | c053a23714ee0f4805ac542a4dbf9ea1d3063442 /job-cfg | |
parent | 274e2f5ec65916746999ac31abaf9da294c4d39e (diff) | |
download | jenkins.debian.net-09822546fc7c1aa7b0993baa19314173f966c773.tar.xz |
fix syntax error
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
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'") |