make lint happy
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -403,7 +403,7 @@ var clientRetrieveCatCmd = &cli.Command{
|
||||
func pathToSel(psel string, sub builder.SelectorSpec) (lapi.Selector, error) {
|
||||
rs, err := textselector.SelectorSpecFromPath(textselector.Expression(psel), sub)
|
||||
if err != nil {
|
||||
return "", xerrors.Errorf("failed to parse path-selector '%s': %w", err)
|
||||
return "", xerrors.Errorf("failed to parse path-selector: %w", err)
|
||||
}
|
||||
|
||||
var b bytes.Buffer
|
||||
|
||||
Reference in New Issue
Block a user