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

fix: function name typo #1247

Merged
merged 1 commit into from
Aug 22, 2022
Merged

fix: function name typo #1247

merged 1 commit into from
Aug 22, 2022

Conversation

wanglei4687
Copy link
Contributor

Signed-off-by: wanglei4687 wanglei4687@gmail.com

Description

Scope: kubectl-minio/cmd/init

function name serializeJSONPachOps should be serializeJSONPatchOps

Signed-off-by: wanglei4687 <wanglei4687@gmail.com>
@cniackz cniackz self-assigned this Aug 22, 2022
@cniackz cniackz added the enhancement New feature or request label Aug 22, 2022
Copy link
Contributor

@cniackz cniackz left a comment

Choose a reason for hiding this comment

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

It looks good to me; all spots covered for typo:

$ grep -R 'serializeJSONPachOps'
./kubectl-minio/cmd/init.go:			Patch: o.serializeJSONPachOps(operatorDepPatches),
./kubectl-minio/cmd/init.go:			Patch: o.serializeJSONPachOps([]interface{}{
./kubectl-minio/cmd/init.go:func (o *operatorInitCmd) serializeJSONPachOps(jp []interface{}) string {

@harshavardhana harshavardhana merged commit 5f19bc6 into minio:master Aug 22, 2022
@wanglei4687 wanglei4687 deleted the fix-func-typo branch August 23, 2022 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants