mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Fix call to Merge with new parameter.
This commit is contained in:
+1
-1
@@ -478,7 +478,7 @@ func aptlySnapshotMerge(cmd *commander.Command, args []string) error {
|
||||
result := sources[0].RefList()
|
||||
|
||||
for i := 1; i < len(sources); i++ {
|
||||
result = result.Merge(sources[i].RefList())
|
||||
result = result.Merge(sources[i].RefList(), true)
|
||||
}
|
||||
|
||||
sourceDescription := make([]string, len(sources))
|
||||
|
||||
Reference in New Issue
Block a user