Skip to content

Commit 74d8138

Browse files
committed
Add comment
1 parent 1ce8417 commit 74d8138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ALZ/Private/Get-HCLParserTool.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function Get-HCLParserTool {
2020
$os = "darwin"
2121
}
2222

23+
# Enum values can be seen here: https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.architecture?view=net-7.0#fields
2324
$architecture = ([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture).ToString().ToLower()
2425

2526
if($architecture -eq "x64") {

0 commit comments

Comments
 (0)