1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-01-26 12:24:00 -03:00
parent eb528971b9
commit f1fc2c03bd
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -198,7 +198,6 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [
}
for _, binary := range binaries {
// build the binaries and link resources
completerPath := ""
destBinaryPath := filepath.Join(primeDir, filepath.Base(binary.Path))
@ -253,7 +252,6 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [
metadata.Apps[name] = appMetadata
metadata.Plugs = snap.Plugs
}
}