Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefajers authored Dec 8, 2023
1 parent 7fb1beb commit cf512f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/functions/Set-AzOpsWhatIfOutput.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

if ($ParameterFilePath) {
$resultHeadline = "$($FilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1]), $($ParameterFilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1])"
$resultHeadline = "$($FilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1]) with $($ParameterFilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1])"
}
else {
$resultHeadline = $resultHeadline = $FilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1]
Expand Down

0 comments on commit cf512f2

Please sign in to comment.