Skip to content
Prev Previous commit
ignore nestif linter complaint
  • Loading branch information
johnstcn committed Jun 14, 2024
commit 3eadba7c95f92fe5011e35c9eb98df8709816b70
1 change: 1 addition & 0 deletions cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func (r *RootCmd) login() *serpent.Command {

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

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

Expand Down