Skip to content

Commit

Permalink
Gofumpt to get rid of linter warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Polat <gitperr@gmail.com>
  • Loading branch information
gitperr committed Feb 18, 2024
1 parent 4fb85da commit 1705421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/codesign.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ func codeSignGoBinary(binaryPath string) {
err := sh.RunCommand("docker", "run", "--entrypoint",
"rcodesign", "--rm", "-v", mountPathConcat,
dockerMainBuilderImage, "sign", mountPath)

if err != nil {
fmt.Printf("Couldn't sign the binary as intended: %s", err)
}

}

0 comments on commit 1705421

Please sign in to comment.