Commit ab5198a
authored
🩹 [Patch]: Enable reinstall of modules to ensure the correct version of
## Description
This pull request includes a small change to the `scripts/init.ps1`
file. The change adds two new parameters, `Reinstall` and
`WarningAction`, to the process block to ensure that the module is
reinstalled and warnings are suppressed.
- Fixes #40
Changes in `process {` in file `scripts/init.ps1`:
* Added `Reinstall` parameter set to `true`.
* Added `WarningAction` parameter set to `'SilentlyContinue'`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] GitHub is installed (#46)1 parent 3dd6874 commit ab5198a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments