Skip to content

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

Merged
ndeloof merged 1 commit intodocker:v2from
webignition:patch-1
Dec 9, 2021
Merged

compose ps: fix typo "unknow" -> "unknown"#9017
ndeloof merged 1 commit intodocker:v2from
webignition:patch-1

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