Skip to content

Commit 761b40f

Browse files
committed
Fix typo
1 parent 8362b1f commit 761b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ci/github/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (_ Ci) Map() (env.Env, error) {
2424
e.Repository = os.Getenv("GITHUB_REPOSITORY")
2525
e.Commit = os.Getenv("GITHUB_SHA")
2626

27-
// Github gives branches as: refs/heads/master, and tags as refs/tags/v1.1.0.
27+
// GitHub gives branches as: refs/heads/master, and tags as refs/tags/v1.1.0.
2828
// Remove prefix refs/{tags,heads} from the name before sending to Debricked.
2929
gitHubRef := os.Getenv("GITHUB_REF")
3030
branch := strings.Replace(gitHubRef, "refs/heads/", "", 1)

0 commit comments

Comments
 (0)