Skip to content

Commit 208ca42

Browse files
committed
error out if signing didn't work
1 parent 71da39d commit 208ca42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
-512 Bytes
Binary file not shown.

packages/hadron-build/signtool/signtool.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ func main() {
6464

6565
err := cmd.Run()
6666
if err != nil {
67-
fmt.Println("Error signing the file")
68-
return
67+
log.Fatal("Error signing the file")
6968
}
7069

7170
fmt.Println("File signed successfully.")

0 commit comments

Comments
 (0)