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 regex for renaming package with a capital letter #143

Merged
merged 1 commit into from
Aug 27, 2023
Merged

Fix regex for renaming package with a capital letter #143

merged 1 commit into from
Aug 27, 2023

Conversation

uniformization
Copy link
Contributor

The current input check does not account for capitalization in the package path. It will fail whenever it does.
It's possible packages could have capital letters so I'm making this PR to fix that.

Before:
M6gEzZEBtC

After:
uGcete0vrj

Copy link
Member

@ix0rai ix0rai left a comment

Choose a reason for hiding this comment

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

conscious decision (I have strong opinions on code style), but yeah this should probably be allowed

@ix0rai ix0rai added enhancement New feature or request user interface affects the enigma ui labels Aug 27, 2023
@ix0rai ix0rai merged commit 34f192e into QuiltMC:master Aug 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user interface affects the enigma ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants