make lint happy

This commit is contained in:
Łukasz Magiera 2021-11-22 12:52:11 +01:00
parent 3e70b8420e
commit f88c514be9
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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