Wording: change repo to repository
This commit is contained in:
parent
98a3125ce4
commit
d6e3c7f28e
10 changed files with 21 additions and 21 deletions
|
@ -101,7 +101,7 @@ func Parse(s string) (u Location, err error) {
|
|||
|
||||
// if s is not a path or contains ":", it's ambiguous
|
||||
if !isPath(s) && strings.ContainsRune(s, ':') {
|
||||
return Location{}, errors.New("invalid backend\nIf the repo is in a local directory, you need to add a `local:` prefix")
|
||||
return Location{}, errors.New("invalid backend\nIf the repository is in a local directory, you need to add a `local:` prefix")
|
||||
}
|
||||
|
||||
u.Scheme = "local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue