mirror of
https://github.com/restic/restic.git
synced 2025-10-09 07:33:53 +00:00
Wording: change repo to repository
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user