Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #479 from nmbradford/fix478
Browse files Browse the repository at this point in the history
Fix #478
  • Loading branch information
Nick Bradford authored Feb 22, 2018
2 parents 23df109 + 6c36ad4 commit a3f35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/PowerNSX.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -25908,7 +25908,7 @@ function Get-NsxService {
}

default { #do nothing, port number is not numeric....
write-debug "$($MyInvocation.MyCommand.Name) : Ignoring $($application.name) - non numeric element: $($application.element.applicationProtocol) : $($application.element.value)"
write-debug "$($MyInvocation.MyCommand.Name) : Ignoring $($application.name) - non numeric element: $($application.element | format-xml)"
}
}
}
Expand Down

0 comments on commit a3f35bc

Please sign in to comment.