2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-29 05:43:29 +00:00

Correct comment

This commit is contained in:
Alexander Neumann 2016-08-19 20:36:24 +02:00
parent bd819a5e81
commit a107e3cc84

View File

@ -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