Skip to content

Commit

Permalink
contrib/internal/utils: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <weifu@microsoft.com>
  • Loading branch information
fuweid committed Oct 29, 2024
1 parent 3144b3a commit f5992f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func DeployRunnerGroup(ctx context.Context,
// Using 1 min as timeout is to ensure we can get result in time.
data, err := kr.RGResult(ctx, 1*time.Minute)
if err != nil {
klog.ErrorS(err, "failed to fetch warmup runner group's result")
klog.ErrorS(err, "failed to fetch runner group's result")
continue
}
klog.InfoS("Runner group's result", "data", data)
Expand Down

0 comments on commit f5992f5

Please sign in to comment.