Skip to content

Commit 39d08ed

Browse files
committed
Address comment
1 parent 2d174f0 commit 39d08ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/cmd/gitter/gitter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
type contextKey string
3434

3535
const (
36-
urlKey contextKey = "url"
36+
urlKey contextKey = "repoURL"
3737
)
3838

3939
const getGitEndpoint = "/getgit"

0 commit comments

Comments
 (0)