From f20784be56943dbb430f588fec761af61530ccd3 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 22 Mar 2022 10:41:16 -0700 Subject: [PATCH] format --- ca/ca.go | 1 - commands/app.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ca/ca.go b/ca/ca.go index 9c852a19..41f48483 100644 --- a/ca/ca.go +++ b/ca/ca.go @@ -109,7 +109,6 @@ func WithQuiet(quiet bool) Option { } } - // CA is the type used to build the complete certificate authority. It builds // the HTTP server, set ups the middlewares and the HTTP handlers. type CA struct { diff --git a/commands/app.go b/commands/app.go index 47fb1444..984ce067 100644 --- a/commands/app.go +++ b/commands/app.go @@ -58,7 +58,7 @@ certificate issuer private key used in the RA mode.`, EnvVar: "STEP_CA_TOKEN", }, cli.BoolFlag{ - Name: "quiet", + Name: "quiet", Usage: "disable startup information", }, },