diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index cf9844f8..e0906d05 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -374,7 +374,7 @@ data.extend( 'project-type': 'freestyle', 'properties': prop(type='packages', priority=99), 'parameters': [{'string': {'name': 'PU_GIT_BRANCH', - 'description': 'The git branch that triggered the build that reulted in this subsequent build'}}], + 'description': 'git branch that triggered the build that resulted in this subsequent build.'}}], 'logrotate': lr(90), 'publishers': publ(irc='debian-boot')}}]) |