Commit 18ef4beb authored by Mahdi Mohammadi's avatar Mahdi Mohammadi

Trying to make error message similar to what is expected in tests

parent d814a5ad
......@@ -93,7 +93,7 @@ func RollbackerFor(kind schema.GroupKind, c kubernetes.Interface) (Rollbacker, e
}
if visitor.result == nil {
return nil, fmt.Errorf("no rollbacker has been implemented for %q", kind.String())
return nil, fmt.Errorf("no rollbacker has been implemented for %q", kind)
}
return visitor.result, 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