mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
Correct comment
This commit is contained in:
parent
bd819a5e81
commit
a107e3cc84
@ -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 New Issue
Block a user