Skip to content

Commit

Permalink
Add Out-String to make the description a single string
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Aug 11, 2022
1 parent 9d4e381 commit 2412ee8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ steps:
if ($_ -match $startPattern) { $outputLine = $true }
elseif ($_ -match $endPattern) { $outputLine = $false }
if ($outputLine) { $_}
}
} | Out-String
Write-Verbose -Verbose "Selected content: `n$clContent"
Expand Down

0 comments on commit 2412ee8

Please sign in to comment.