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:
parent
c812210167
commit
cce963caf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user