Skip to content

Commit 4c8c68c

Browse files
committed
fix comment
1 parent dcf6c6a commit 4c8c68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyze/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $strings = @{
4040
$summary = ($strings.summary -f $nl, $errors, $nl, $warnings, $nl, $infos)
4141
$comment = '```' + $nl + $summary + $nl + '```'
4242
if ($errors -gt 0) {
43-
$comment += $scripts.errorList -f $nl, $nl
43+
$comment += $strings.errorList -f $nl, $nl
4444
$errorMsg = ($issues.Where({$_.Severity -eq 'Error'}) |
4545
Format-List -Property RuleName, Severity, ScriptName, Line, Message |
4646
Out-String -Width 80).Trim()

0 commit comments

Comments
 (0)