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 typo in Remove-Packages #2881

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

Conversation

leonardo-dgs
Copy link
Contributor

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Fix typo in Remove-Packages function: "*indows-Client-LanguagePack*" instead of "*Windows-Client-LanguagePack*"

@CodingWonders
Copy link
Contributor

@leonardo-dgs, it has wildcard characters. It will always spot Windows-Client-LanguagePack without this change

@leonardo-dgs
Copy link
Contributor Author

I know, indeed is a refactoring.

@CodingWonders
Copy link
Contributor

It's not a big deal though. It looks nice and, if it still works, it can be merged. Have you made a test image with your change and verified that it works correctly, @leonardo-dgs?

@MyDrift-user
Copy link
Contributor

Powershell string comparison operators are usually not case sensitive, maybe that was the thought behind starting with *i.

@leonardo-dgs
Copy link
Contributor Author

I've tested, and it works

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.

3 participants