Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 6498ed4

Browse files
committed
Fix typo in GH PR service
1 parent dba23d9 commit 6498ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/services/github_pull_requests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Config < CC::Service::Config
1414
end
1515

1616
self.title = "GitHub Pull Requests"
17-
self.description = "Update pull requests on on GitHub"
17+
self.description = "Update pull requests on GitHub"
1818

1919
BASE_URL = "https://api.github.com"
2020
BODY_REGEX = %r{<b>Code Climate</b> has <a href=".*">analyzed this pull request</a>}

0 commit comments

Comments
 (0)