From 810fa56e6fdd5bf1c3195f83cafeeacd67223254 Mon Sep 17 00:00:00 2001 From: Freddy Kristiansen Date: Thu, 7 Dec 2023 05:20:28 +0100 Subject: [PATCH] Update Actions/AL-Go-TestRepoHelper.ps1 Co-authored-by: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> --- Actions/AL-Go-TestRepoHelper.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Actions/AL-Go-TestRepoHelper.ps1 b/Actions/AL-Go-TestRepoHelper.ps1 index 1e784b069..2186b9031 100644 --- a/Actions/AL-Go-TestRepoHelper.ps1 +++ b/Actions/AL-Go-TestRepoHelper.ps1 @@ -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" } } }