Skip to content

Commit

Permalink
Update pkg/runtime/runtime.go
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Feb 27, 2023
1 parent bab7938 commit 35451fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (r *Runtime) Start() error {
}

func (r *Runtime) isReady() bool {
// if at least a provider can watch for flags changes, we are ready.
// if all providers can watch for flag changes, we are ready.
for _, p := range r.SyncImpl {
if !p.IsReady() {
return false
Expand Down

0 comments on commit 35451fa

Please sign in to comment.