Skip to content

Commit

Permalink
Update Actions/AL-Go-TestRepoHelper.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Zhelezova <[email protected]>
  • Loading branch information
freddydk and mazhelez authored Dec 7, 2023
1 parent 61e0ac6 commit 810fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/AL-Go-TestRepoHelper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Test-Shell {
if ($json.Keys -contains $property) {
$shell = $json.$property
if ($shell -ne 'powershell' -and $shell -ne 'pwsh') {
OutputError "$property is '$shell', must be 'powershell' or 'pwsh' in $settingsDescription. . See https://aka.ms/algosettings#$property"
OutputError "$property is '$shell', must be 'powershell' or 'pwsh' in $settingsDescription. See https://aka.ms/algosettings#$property"
}
}
}
Expand Down

0 comments on commit 810fa56

Please sign in to comment.