Skip to content

Commit

Permalink
fix(health): set config to default in healthcheck mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 7, 2022
1 parent cc934f5 commit c0a3016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cli/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ func (c *CLI) HealthCheck(ctx context.Context, source Source, warner Warner) err
return err
}

config.SetDefaults()

err = config.Validate()
if err != nil {
return err
Expand Down

0 comments on commit c0a3016

Please sign in to comment.