mirror of
https://github.com/containers/podman.git
synced 2026-05-24 16:40:44 -04:00
cmd/podman-tetsing: fix incorrect error message
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -57,7 +57,7 @@ func ls(_ *cobra.Command, args []string) error {
|
||||
}
|
||||
reflectionClient := reflectionv1.NewServerReflectionClient(grpcClient)
|
||||
if reflectionClient == nil {
|
||||
return fmt.Errorf("setting up client for reflection grpc service: %w", err)
|
||||
return errors.New("setting up client for reflection grpc service")
|
||||
}
|
||||
info, err := reflectionClient.ServerReflectionInfo(ctx)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user