From a0544dc2b5f434321888025ddc6a3128362278d8 Mon Sep 17 00:00:00 2001 From: myml Date: Mon, 6 Jun 2022 18:10:15 +0800 Subject: [PATCH] fix: typo in the comments --- deb/publish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()