Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arudell committed Feb 22, 2024
1 parent 0ae7fed commit 995abff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function Get-ServerConfigState {
$hnvDiag | ForEach-Object {
try {
$cmd = $_
Invoke-Express -Command $cmd | Export-ObjectToFile -FilePath $OutputDirectory.FullName -Name $cmd -FileType txt -Format Table
Invoke-Expression -Command $cmd | Export-ObjectToFile -FilePath $OutputDirectory.FullName -Name $cmd -FileType txt -Format Table
}
catch {
"Failed to execute {0}" -f $cmd | Trace-Output -Level:Error
Expand Down

0 comments on commit 995abff

Please sign in to comment.