-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trivial title fix. #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I've added a small addition, as we're automatically generating the changelog there's no need to change it manually 🙂
@@ -22,7 +23,7 @@ struct LogsReporter: DiagnosticsReporting { | |||
} | |||
|
|||
static func report() -> DiagnosticsChapter { | |||
return DiagnosticsChapter(title: "Logs", diagnostics: diagnostics, formatter: self) | |||
return DiagnosticsChapter(title: title, diagnostics: diagnostics, formatter: self) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Diagnostics.framework: Coverage: 76.97
Generated by 🚫 Danger Swift against 6d933a5 |
Congratulations! 🎉 This was released as part of Release 1.6.0 🚀 |
No description provided.