mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
snapshot: FilterLatestRefs returns nothing as it deals with a pointer.
This commit is contained in:
@@ -38,7 +38,7 @@ func aptlySnapshotMerge(cmd *commander.Command, args []string) error {
|
||||
}
|
||||
|
||||
if latest {
|
||||
result = deb.FilterLatestRefs(result)
|
||||
deb.FilterLatestRefs(result)
|
||||
}
|
||||
|
||||
sourceDescription := make([]string, len(sources))
|
||||
|
||||
Reference in New Issue
Block a user