diff --git a/deb/publish.go b/deb/publish.go index e63320506..dbbaa92b1 100644 --- a/deb/publish.go +++ b/deb/publish.go @@ -491,7 +491,7 @@ func (p *PublishedRepo) GetLabel() string { return p.Label } -// GetName returns the unique name of the repo +// GetPath returns the unique name of the repo func (p *PublishedRepo) GetPath() string { prefix := p.StoragePrefix()