Commit 38c1a5b
authored
🩹 [Patch]: Show all installed modules in summary (#34)
## Description
This pull request includes a small change to the `scripts/main.ps1`
file. The change simplifies the command by removing the unnecessary
enumeration of `$requiredModules.Keys` before calling
`Get-InstalledPSResource`.
*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011L46-R46):
Simplified the command by removing `$requiredModules.Keys` before
calling `Get-InstalledPSResource`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent aee74ed commit 38c1a5b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
0 commit comments