Fix error message.

This commit is contained in:
Andrey Smirnov
2014-02-07 13:33:15 +04:00
parent a3dbc8444b
commit bb13462f7b

2
debian/publish.go vendored
View File

@@ -109,7 +109,7 @@ func (p *PublishedRepo) Publish(repo *Repository, packageCollection *PackageColl
}
if list.Len() == 0 {
return fmt.Errorf("repository is empty, can't publish")
return fmt.Errorf("snapshot is empty")
}
if len(p.Architectures) == 0 {