mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
Fix misspelling
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ func (repo *RemoteRepo) FinalizeDownload(collectionFactory *CollectionFactory, p
|
|||||||
if progress != nil {
|
if progress != nil {
|
||||||
progress.SetBar(i)
|
progress.SetBar(i)
|
||||||
}
|
}
|
||||||
// download process might have udpated checksums
|
// download process might have updated checksums
|
||||||
p.UpdateFiles(p.Files())
|
p.UpdateFiles(p.Files())
|
||||||
return collectionFactory.PackageCollection().Update(p)
|
return collectionFactory.PackageCollection().Update(p)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user