Skip to content

Commit 85cd5e4

Browse files
authored
Merge pull request #15 from revolter/patch-1
Fix typo in code comment
2 parents 819c15c + cc3de25 commit 85cd5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if ($env:INPUT_ROOTPATH) {
1717
$analyzeParams.Path = $env:GITHUB_WORKSPACE
1818
}
1919

20-
# Path to custom script analzyer settings
20+
# Path to custom script analyzer settings
2121
if ($env:INPUT_SETTINGSPATH) {
2222
$analyzeParams.Settings = Join-Path '/github/workspace' $env:INPUT_SETTINGSPATH
2323
}

0 commit comments

Comments
 (0)