aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-07-08 23:53:50 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-07-08 23:53:50 +0200
commit26b8a9034b0ce05535fb8730a4a43dcf4f70aa14 (patch)
tree6228d3d35cb4498d14d708756eb8831e804c40e8
parentAdd support for GitLabStatusPush (diff)
downloadtinderbox-cluster-26b8a9034b0ce05535fb8730a4a43dcf4f70aa14.tar.gz
tinderbox-cluster-26b8a9034b0ce05535fb8730a4a43dcf4f70aa14.tar.bz2
tinderbox-cluster-26b8a9034b0ce05535fb8730a4a43dcf4f70aa14.zip
Fix a typo for Title
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--buildbot_gentoo_ci/steps/logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/steps/logs.py b/buildbot_gentoo_ci/steps/logs.py
index e5e61a5..6bd3279 100644
--- a/buildbot_gentoo_ci/steps/logs.py
+++ b/buildbot_gentoo_ci/steps/logs.py
@@ -301,7 +301,7 @@ class MakeIssue(BuildStep):
else:
cpv = self.getProperty('cpv')
self.error_dict['cpv'] = cpv
- yield log.addStdout('Titel:' + '\n')
+ yield log.addStdout('Title:' + '\n')
yield log.addStdout(separator2.join([cpv, '-', self.error_dict['title']]) + separator1)
yield log.addStdout('Summary:' + '\n')
for line in self.summary_log_list: