Merge pull request #4293 from MichaelEischer/fix-groups-by

Fix parent snapshot selection for relative paths
This commit is contained in:
Michael Eischer
2023-04-21 22:47:03 +02:00
committed by GitHub
2 changed files with 51 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ func (f *SnapshotFilter) findLatest(ctx context.Context, be Lister, loader Loade
}
absTargets = append(absTargets, filepath.Clean(target))
}
f.Paths = absTargets
var latest *Snapshot