Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compose ps: fix typo "unknow" -> "unknown" #9017

Merged
merged 1 commit into from
Dec 9, 2021
Merged

Conversation

webignition
Copy link
Contributor

What I did
Added a single 'n' to change:

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

into:

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

because I'm not sure that "unknow" is the right word to be using.

Related issue
Fixes #9016

(not mandatory) A picture of a cute animal, if possible in relation with what you did
image

Signed-off-by: Jon Cram <webignition@gmail.com>
@ndeloof ndeloof merged commit f03b708 into docker:v2 Dec 9, 2021
@webignition webignition deleted the patch-1 branch December 9, 2021 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compose ps error typo "unknow filter"
2 participants