-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Clean up some typos and docs/help mistakes #2514
Conversation
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
@hindessm thanks! We should probably also enable the misspell golangci-lint checker |
@hindessm interesting, not changed by your PR but it looks like the ubi default package set has seemingly changed overnight and the docker image used by the FV tests no longer has timezone files:
|
More puzzling is that the ubi image has tzdata package installed but is missing the /usr/share/zoneinfo files that the tzdata package contains. |
I've pushed a fix - |
Sadly I don't think that fix alone was sufficient... |
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
It needed |
Thanks! |
Fix obsolete reference to
ioutil.Discard
in docs.Fix duplication of defaults in
tools/kafka-producer-performance
help output (flag output already includes the defaults without explicitly documenting them).Fix some typos spotted while reading the code.