Skip to content

Commit

Permalink
Fixed the prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Nov 7, 2020
1 parent 5323659 commit 8067623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ $allMarkdowns = [string[]]($markdownContainLinks | Sort-Object | Get-Unique)

Write-Host "Here are all markdown files need to scan against:"
foreach ($file in $allMarkdowns) {
Write-Host " $allMarkdowns"
Write-Host " $file"
}
return $allMarkdowns

0 comments on commit 8067623

Please sign in to comment.