forked from TrueCloudLab/restic
Correct comment
This commit is contained in:
parent
bd819a5e81
commit
a107e3cc84
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ func SamePaths(expected, actual []string) bool {
|
|||
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")
|
||||
|
||||
// FindLatestSnapshot finds latest snapshot with optional target/directory and source filters
|
||||
|
|
Loading…
Reference in a new issue