Correct comment

This commit is contained in:
Alexander Neumann 2016-08-19 20:36:24 +02:00
parent bd819a5e81
commit a107e3cc84
1 changed files with 1 additions and 1 deletions

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