Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Nov 1, 2023
1 parent 448e687 commit dfe62bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func testClient(cl *client.Client, retryCount int, retryDelay time.Duration) (ab
return false, nil
}

// AContinue normal start up if can't connect locally without database details.
// Continue normal start up if can't connect locally without database details.
if usingDefaultDB {
if errors.Is(err, client.ErrConnectionRefused) ||
errors.Is(err, client.ErrAuthFailed) ||
Expand Down

0 comments on commit dfe62bb

Please sign in to comment.