Skip to content

Commit cc3de25

Browse files
authored
Fix typo in code comment
1 parent 819c15c commit cc3de25

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)