Skip to content

Commit

Permalink
Update lib/galaxy/tools/error_reports/plugins/github.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
  • Loading branch information
bernt-matthias and nsoranzo authored Jul 25, 2023
1 parent 2831f62 commit 9d2b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/error_reports/plugins/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def submit_report(self, dataset, job, tool, **kwargs):
else:
self._append_issue(issue_cache_key, error_title, error_message)
return (
"Submitted error report to Github. Your issue number is [#%s](%s/%s/issues/%s)"
"Submitted error report to GitHub. Your issue number is [#%s](%s/%s/issues/%s)"
% (
self.issue_cache[issue_cache_key][error_title].number,
self.github_base_url,
Expand Down

0 comments on commit 9d2b386

Please sign in to comment.