Skip to content

Commit

Permalink
Merge pull request #15 from revolter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code comment
  • Loading branch information
devblackops committed Feb 27, 2021
2 parents 819c15c + cc3de25 commit 85cd5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 85cd5e4

Please sign in to comment.