mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
typo
This commit is contained in:
parent
4fdfd47bd6
commit
6b64551359
@ -12,7 +12,7 @@ type Repo struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
// String of ther repo, e.g. owner/name
|
||||
// String of the repo, e.g. owner/name
|
||||
func (r Repo) String() string {
|
||||
return r.Owner + "/" + r.Name
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user