Skip to content

Commit 3bb66ad

Browse files
committedNov 30, 2015
genCert: exit with proper error code
1 parent 82c2134 commit 3bb66ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func main() {
8181

8282
if *genCert == true {
8383
generateCertificates()
84-
exit()
84+
os.Exit(0)
8585
}
8686

8787
if *hibernate == false {

0 commit comments

Comments
 (0)
Please sign in to comment.