summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-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 f152a491..d955dd37 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -77,7 +77,7 @@ for arch in architectures:
print("""
- job-template:
defaults: rebootstrap
- name '{name}_%(arch)s_gcc%(gccshortver)s%(nobiarch)s'""" %
+ name: '{name}_%(arch)s_gcc%(gccshortver)s%(nobiarch)s'""" %
dict(arch=arch, gccshortver=gccver.replace(".", ""), nobiarch=nobiarch))
print("""