snapshot: FilterLatestRefs returns nothing as it deals with a pointer.

This commit is contained in:
Ryan Uber
2014-04-22 23:33:30 -07:00
parent 708fd800df
commit 6c3b2f686e
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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))