From cc3de25fe4d376a0913ee618d8d5d8168f530a2f Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Wed, 24 Feb 2021 23:58:21 +0200 Subject: [PATCH] Fix typo in code comment --- entrypoint.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.ps1 b/entrypoint.ps1 index 21a333c9..826f33a7 100644 --- a/entrypoint.ps1 +++ b/entrypoint.ps1 @@ -17,7 +17,7 @@ if ($env:INPUT_ROOTPATH) { $analyzeParams.Path = $env:GITHUB_WORKSPACE } -# Path to custom script analzyer settings +# Path to custom script analyzer settings if ($env:INPUT_SETTINGSPATH) { $analyzeParams.Settings = Join-Path '/github/workspace' $env:INPUT_SETTINGSPATH }