Skip to content

Commit aa57b82

Browse files
committed
chore(CI): fix typo.
1 parent cd808bf commit aa57b82

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/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def committed_at
3737
end
3838

3939
def branch_from_git
40-
`git rev-parse --abbrev-ref HEAD`.chompt
40+
`git rev-parse --abbrev-ref HEAD`.chomp
4141
end
4242
end
4343
end

0 commit comments

Comments
 (0)