Skip to content

compose ps error typo "unknow filter" #9016

@webignition

Description

@webignition

Description

/cmd/compose/ps.go#L62 appears, at the time of writing, to have a typo in an error message:

return fmt.Errorf("unknow filter %s", parts[0])

Should this be "unknown filter" not "unknow filter"?

Steps to reproduce the issue:

  1. Browse to
    return fmt.Errorf("unknow filter %s", parts[0])
  2. Observe visually the apparent spelling mistake

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions