mirror of
https://github.com/restic/restic.git
synced 2026-03-18 12:05:57 +00:00
Return a fatal for location.Parse
This commit is contained in:
@@ -296,7 +296,7 @@ func open(s string) (restic.Backend, error) {
|
||||
debug.Log("open", "parsing location %v", s)
|
||||
loc, err := location.Parse(s)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
return nil, errors.Fatalf("parsing repository location failed: %v", err)
|
||||
}
|
||||
|
||||
var be restic.Backend
|
||||
|
||||
Reference in New Issue
Block a user