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

Replace 'the the ' with 'the ' #453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phillc
Copy link

@phillc phillc commented Sep 21, 2020

find . -type f \( -name "*.go" -or -name "*.proto" -or -name "*.md" \) -print0 | xargs -0 gsed -i 's/the the /the /g'

…\) -print0 | xargs -0 gsed -i 's/the the /the /g'`
Copy link
Member

@jieyu jieyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! LGTM

Copy link
Contributor

@bswartz bswartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@jdef
Copy link
Member

jdef commented Feb 13, 2021 via email

@saad-ali
Copy link
Member

saad-ali commented Mar 3, 2021

Please make sure you sign the CLA for CSI
See https://github.com/container-storage-interface/spec/blob/master/CONTRIBUTING.md#licence-and-cla

Would love to merge this for the 1.4 release (within next 4-6 hours)

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.

5 participants