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

Make install confirmation case insensitive #6097

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

stnguyen90
Copy link
Contributor

@stnguyen90 stnguyen90 commented Aug 31, 2023

What does this PR do?

When a previous installation is found during installation/upgrade, the user is prompted to confirm whether they want to overwrite it. We originally only accepted 'Y', but this PR changes it to accept 'y' as well to reduce friction.

Closes #6094

Test Plan

Manual:

image

Related PRs and Issues

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

When a previous installation is found during installation/upgrade, the
user is prompted to confirm whether they want to overwrite it. We
originally only accepted 'Y', but this PR changes it to accept 'y' as
well to reduce friction.
@stnguyen90 stnguyen90 force-pushed the feat-6094-case-insensitive-confirm branch from c7facc7 to dcc676a Compare August 31, 2023 19:25
@stnguyen90 stnguyen90 added this to the 1.4.2 milestone Aug 31, 2023
@stnguyen90 stnguyen90 marked this pull request as ready for review August 31, 2023 19:26
@abnegate abnegate merged commit 36698d1 into 1.4.x Aug 31, 2023
3 checks passed
@stnguyen90 stnguyen90 deleted the feat-6094-case-insensitive-confirm branch August 31, 2023 19:41
@stnguyen90 stnguyen90 removed this from the 1.4.2 milestone Sep 1, 2023
@stnguyen90 stnguyen90 linked an issue Sep 1, 2023 that may be closed by this pull request
2 tasks
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.

Feature: Support both uppercase Y and lowercase y in installation
2 participants