fix: typo in the comments

This commit is contained in:
myml
2022-06-06 18:10:15 +08:00
committed by Benj Fassbind
parent 0a1798869a
commit a0544dc2b5
+1 -1
View File
@@ -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()