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

Commit 00fd1e0

Browse files
committed
Fix tiny typo
1 parent 86d7a71 commit 00fd1e0

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)