Commit a1e80af8 by Arve Knudsen Committed by GitHub

Fix linting issues (#28811)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 76df0967
......@@ -209,7 +209,7 @@ func (m *manager) CheckHealth(ctx context.Context, pluginContext backend.PluginC
return nil, err
}
return nil, errutil.Wrap("Failed to check plugin health", ErrHealthCheckFailed)
return nil, errutil.Wrap("failed to check plugin health", ErrHealthCheckFailed)
}
return resp, nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment