Skip to content

Commit

Permalink
Typo in text which is mentioned in bugzilla
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Mar 7, 2016
1 parent 4f145e9 commit 76f432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotness/consumers.py
Expand Up @@ -298,7 +298,7 @@ def _handle_anitya_update(self, upstream, package, msg):
note_logs = 'Rebase-helper %s log file.\n' \
' See for details and report the eventual error to rebase-helper %s.' % \
(os.path.basename(log), rebase_helper_url)
self.bugzilla.attach_patch(log, note, bz)
self.bugzilla.attach_patch(log, note_logs, bz)

if 'patches' in rh_stuff:
for patch in rh_stuff['patches']:
Expand Down

0 comments on commit 76f432f

Please sign in to comment.