diff --git a/core/linker.go b/core/linker.go index 65bbf5e7ae..6cf5fdc215 100644 --- a/core/linker.go +++ b/core/linker.go @@ -16,7 +16,7 @@ package core import "context" -// Linker provides a deep link to to a git resource in the +// Linker provides a deep link to a git resource in the // source control management system for a given build. type Linker interface { Link(ctx context.Context, repo, ref, sha string) (string, error)