Fix words: source might be snapshot or local repo. #10

This commit is contained in:
Andrey Smirnov
2014-03-26 19:44:15 +04:00
parent 37ea845fd9
commit 9ff49ff24a

2
debian/publish.go vendored
View File

@@ -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 {