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: trim quotes in interactive input #5545

Merged

Conversation

ima1mai
Copy link
Contributor

@ima1mai ima1mai commented Feb 14, 2022

Fixes #5499

Signed-off-by: Ryo Imai iryo@jp.ibm.com

Description of the change:

This PR changes the handling of interactive input string to trim quotes (double quotes, single quotes, back quotes) to fix #5499 . The functions depending on the changed function are only used for generating bundle CSV base manifests first time. So, I assume the impact by this change is limited.

Motivation for the change:

Checklist

If the pull request includes user-facing changes, extra documentation is required:

This trims quotes (single quotes, double quotes, back quotes) from
interactively added strings.

Closes operator-framework#5499

Signed-off-by: Ryo Imai <iryo@jp.ibm.com>
@ima1mai ima1mai force-pushed the trim-quotes-interactive-input branch from 3015613 to cbe3b59 Compare February 14, 2022 12:31
@jberkhahn
Copy link
Contributor

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 15, 2022
@jberkhahn jberkhahn merged commit 158da14 into operator-framework:master Feb 15, 2022
@ima1mai ima1mai deleted the trim-quotes-interactive-input branch February 15, 2022 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

operator-sdk generate bundle: trim quotes
2 participants