Skip to content

Commit

Permalink
fixed -v not exit normally
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Sep 9, 2020
1 parent f403f47 commit 64779cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func main() {
// display version
if showVersion {
println(version)
os.Exit(0)
}

// gen cert
Expand Down

0 comments on commit 64779cc

Please sign in to comment.