Skip to content

Commit 3eadba7

Browse files
committed
ignore nestif linter complaint
1 parent ca2bafa commit 3eadba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/login.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func (r *RootCmd) login() *serpent.Command {
207207

208208
_, _ = fmt.Fprintf(inv.Stdout, "Attempting to authenticate with %s URL: '%s'\n", urlSource, serverURL)
209209

210+
// nolint: nestif
210211
if !hasFirstUser {
211212
_, _ = fmt.Fprintf(inv.Stdout, Caret+"Your Coder deployment hasn't been set up!\n")
212213

0 commit comments

Comments
 (0)