mirror of https://github.com/restic/restic.git
Correct comment
This commit is contained in:
parent
bd819a5e81
commit
a107e3cc84
|
@ -125,7 +125,7 @@ func SamePaths(expected, actual []string) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// Error when no snapshot is found for the given criteria
|
// ErrNoSnapshotFound is returned when no snapshot for the given criteria could be found.
|
||||||
var ErrNoSnapshotFound = errors.New("no snapshot found")
|
var ErrNoSnapshotFound = errors.New("no snapshot found")
|
||||||
|
|
||||||
// FindLatestSnapshot finds latest snapshot with optional target/directory and source filters
|
// FindLatestSnapshot finds latest snapshot with optional target/directory and source filters
|
||||||
|
|
Loading…
Reference in New Issue