mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Fix words: source might be snapshot or local repo. #10
This commit is contained in:
2
debian/publish.go
vendored
2
debian/publish.go
vendored
@@ -238,7 +238,7 @@ func (p *PublishedRepo) Publish(packagePool aptly.PackagePool, publishedStorage
|
||||
}
|
||||
|
||||
if list.Len() == 0 {
|
||||
return fmt.Errorf("snapshot is empty")
|
||||
return fmt.Errorf("source is empty")
|
||||
}
|
||||
|
||||
if len(p.Architectures) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user