1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

chore: remove duplicate word in comments (#3347)

Signed-off-by: Abirdcfly <fp544037857@gmail.com>

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

...

<!-- Why is this change being made? -->

...

<!-- # Provide links to any relevant tickets, URLs or other resources -->

...

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly 2022-08-30 22:42:29 +08:00 committed by GitHub
parent c812210167
commit cce963caf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ func (s *skipAwareGroup) Go(fn func() error) {
s.g.Go(func() error {
err := fn()
// if the err is a skip, set it for later, but return nil for now so the
// the group proceeds.
// group proceeds.
if pipe.IsSkip(err) {
s.skipOnce.Do(func() {
s.skipErr = err