Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 26, 2020
1 parent eb52897 commit f1fc2c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pipe/snapcraft/snapcraft.go
Expand Up @@ -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))
Expand Down Expand Up @@ -253,7 +252,6 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [

metadata.Apps[name] = appMetadata
metadata.Plugs = snap.Plugs

}
}

Expand Down

0 comments on commit f1fc2c0

Please sign in to comment.