Skip to content

Commit

Permalink
plugin: fix typo in central.go (#1566)
Browse files Browse the repository at this point in the history
peform -> perform
  • Loading branch information
eltociear authored Nov 25, 2022
1 parent 6f81194 commit 56184d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/central.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (cc *CentralClient) toURLFromTemplate(pathTemplate string, definition *Plug
return cc.toURL(path.String())
}

// peform http GET to the target URL and write output to out
// perform http GET to the target URL and write output to out
func (cc *CentralClient) download(target string, out io.Writer) (err error) {
defer func(start time.Time) {
log.Debug("download completed", "url", target, "err", err, "took", time.Since(start))
Expand Down

0 comments on commit 56184d8

Please sign in to comment.