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:
parent
eb528971b9
commit
f1fc2c03bd
@ -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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user