Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix missing cert/key error message
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Apr 2, 2019
1 parent a098ed6 commit 64726ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ var rootCmd = &cobra.Command{
log.Printf("Necessary certificate and/or key file not found.")
log.Fatalf(
"Store a certificate to \"%s\" and a key file to \"%s\" or provide the --cert and --key flags",
certFilename,
keyFilename,
certFile,
keyFile,
)
}

Expand Down

0 comments on commit 64726ea

Please sign in to comment.