mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
fix: lint
This commit is contained in:
parent
112974e7e4
commit
b623d53583
@ -345,9 +345,8 @@ func withOverrides(ctx *context.Context, build config.Build, target Target) (con
|
||||
dets.Env = context.ToEnv(append(build.Env, o.BuildDetails.Env...)).Strings()
|
||||
log.WithField("details", dets).Infof("overridden build details for %s", optsTarget)
|
||||
return dets, nil
|
||||
} else {
|
||||
log.Debugf("targets don't match: %s != %s", optsTarget, overrideTarget)
|
||||
}
|
||||
log.Debugf("targets don't match: %s != %s", optsTarget, overrideTarget)
|
||||
}
|
||||
|
||||
return build.BuildDetails, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user