You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-15 01:34:21 +02:00
docs: fix typos in comments (#5246)
This commit is contained in:
@ -86,7 +86,7 @@ func urlFor(ctx *context.Context, conf config.Blob) (string, error) {
|
||||
return bucketURL, nil
|
||||
}
|
||||
|
||||
// Takes goreleaser context(which includes artificats) and bucketURL for
|
||||
// Takes goreleaser context(which includes artifacts) and bucketURL for
|
||||
// upload to destination (eg: gs://gorelease-bucket) using the given uploader
|
||||
// implementation.
|
||||
func doUpload(ctx *context.Context, conf config.Blob) error {
|
||||
|
Reference in New Issue
Block a user