-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
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:
- Browse to
Line 62 in 435387c
return fmt.Errorf("unknow filter %s", parts[0]) - Observe visually the apparent spelling mistake
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels