From 2e61e01f41a646ae89a1f660ab6643f59f4ed3d9 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 5 Apr 2022 10:59:35 -0700 Subject: [PATCH] Linted. --- commands/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/app.go b/commands/app.go index c3eacd02..265610f2 100644 --- a/commands/app.go +++ b/commands/app.go @@ -59,8 +59,8 @@ certificate issuer private key used in the RA mode.`, EnvVar: "STEP_CA_TOKEN", }, cli.BoolFlag{ - Name: "quiet", - Usage: "disable startup information", + Name: "quiet", + Usage: "disable startup information", EnvVar: "STEP_CA_QUIET", }, cli.StringFlag{