Return error on backup

This commit is contained in:
Alexander Neumann 2015-02-03 22:05:46 +01:00
parent 26d3949c8b
commit 84ad6cf4d2
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ func (cmd CmdBackup) Execute(args []string) error {
_, id, err := arch.Snapshot(target, newTree, parentSnapshotID)
if err != nil {
fmt.Fprintf(os.Stderr, "error: %v\n", err)
return err
}
plen, err := s.PrefixLength(backend.Snapshot)