Fix linting issues (#28811)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2020-11-12 13:25:14 +01:00 committed by GitHub
parent 76df096791
commit a1e80af800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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