Skip to content

Commit

Permalink
fix: http loader nil pointer reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Jan 23, 2024
1 parent 823a439 commit 4be73ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func (hl *HttpLoader) Run(ctx context.Context) error {

if err := getConfigRetry(ctx); err != nil {
log.Warn("Could not get remote runtime configuration", "error", err)
continue
}

log.Info("Successfully got remote runtime configuration")
Expand Down

0 comments on commit 4be73ff

Please sign in to comment.