Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefajers authored Dec 11, 2023
1 parent 208f426 commit 2830532
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 @@ -56,7 +56,7 @@
$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]
$resultHeadline = $FilePath.split([System.IO.Path]::DirectorySeparatorChar)[-1]
}

# Measure input $Results.Changes content
Expand Down

0 comments on commit 2830532

Please sign in to comment.