mirror of https://github.com/harness/drone.git
Fix comment errors (#3302)
parent
03d633b3f8
commit
e351cf7095
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue