pull/44/head
cupcakearmy 4 years ago
parent 6449b8999f
commit 8e13e7bc40
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

@ -122,7 +122,7 @@ func (l Location) getPath() (string, error) {
case TypeVolume:
return "/volume/" + l.Name + "/" + l.getVolumeName(), nil
}
return "", fmt.Errorf("Could not get path for location \"%s\"", l.Name)
return "", fmt.Errorf("could not get path for location \"%s\"", l.Name)
}
func (l Location) Backup() error {

Loading…
Cancel
Save