Skip to content

Commit

Permalink
fix: typo in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
myml authored and randombenj committed Jun 6, 2022
1 parent 0a17988 commit a0544dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit a0544dc

Please sign in to comment.