diff options
author | Philip Hands <phil@hands.com> | 2016-07-07 17:54:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-07 22:29:53 +0200 |
commit | 53abbeea9df372166eda9b1d169932db01fbcf7b (patch) | |
tree | 764cabaaaac30dc5db346f4c576681d3c40bee05 /job-cfg | |
parent | 1b9ed0af0cb45faf13c1fa08bb95d661bc968eae (diff) | |
download | jenkins.debian.net-53abbeea9df372166eda9b1d169932db01fbcf7b.tar.xz |
typo
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')}}]) |