powershell
powershell copied to clipboard
Fixed `Set-PnPTermGroup` cmdlet group not found error
Type
- [x] Bug Fix
- [ ] New Feature
- [ ] Sample
Related Issues?
Fixes #2231
What is in this Pull Request ?
Fixed issue which throws a Group not found error.
Issue occurred because the line underneath was always false even when the group exists.
https://github.com/pnp/powershell/blob/d3bae07d6aeb289546e6b23be072f1e6a584d774/src/Commands/Taxonomy/SetTermGroup.cs#L47