summaryrefslogtreecommitdiffstats
path: root/cmd/cert_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cert_stub.go')
-rw-r--r--cmd/cert_stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cert_stub.go b/cmd/cert_stub.go
index a97a497e1f..75536f5a7c 100644
--- a/cmd/cert_stub.go
+++ b/cmd/cert_stub.go
@@ -22,7 +22,7 @@ var CmdCert = cli.Command{
Action: runCert,
}
-func runCert(ctx *cli.Context) error {
+func runCert(*cli.Context) error {
fmt.Println("Command cert not available, please use build tags 'cert' to rebuild.")
os.Exit(1)