Apply suggestions from code review

This commit is contained in:
Erik Bershel
2025-11-27 13:26:35 +01:00
committed by GitHub
parent 868bc6b53c
commit df2584718f

View File

@@ -181,7 +181,7 @@ Then declare functions that are used in the script.
> $ProgressPreference = "SilentlyContinue"
> ```
For Linux and mac OS, import helpers that are used in the script:
For Linux and macOS, import helpers that are used in the script:
For Linux:
@@ -189,7 +189,7 @@ For Linux:
Import-Module "$env:HELPER_SCRIPTS/Tests.Helpers.psm1" -DisableNameChecking
```
For mac OS:
For macOS:
```powershell
Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"