This commit is contained in:
André Roth
2024-01-20 16:39:11 +01:00
parent 2a2e35c096
commit 3a29e08ff2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ func (storage *PublishedStorage) RemoveDirs(path string, progress aptly.Progress
// LinkFromPool links package file from pool to dist's pool location
//
// publishedPrefix is desired prefix for the location in the pool.
// publishedRelParh is desired location in pool (like pool/component/liba/libav/)
// publishedRelPath is desired location in pool (like pool/component/liba/libav/)
// sourcePool is instance of aptly.PackagePool
// sourcePath is a relative path to package file in package pool
//