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

Commit 4e29518

Browse files
committed
Merge pull request #108 from codeclimate/gd-spelling
Fix tiny typo
2 parents 86d7a71 + 00fd1e0 commit 4e29518

File tree

1 file changed

+1
-1
lines changed
  • lib/code_climate/test_reporter

1 file changed

+1
-1
lines changed

lib/code_climate/test_reporter/ci.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def self.service_data(env = ENV)
1212
}
1313
elsif env["CIRCLECI"]
1414
{
15-
name: "circlci",
15+
name: "circleci",
1616
build_identifier: env["CIRCLE_BUILD_NUM"],
1717
branch: env["CIRCLE_BRANCH"],
1818
commit_sha: env["CIRCLE_SHA1"]

0 commit comments

Comments
 (0)