We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4568a0 commit e9b267fCopy full SHA for e9b267f
1 file changed
Commands/Receive-OBS.ps1
@@ -132,7 +132,7 @@ function Receive-OBS
132
}
133
134
if ($responseObject.inputKind) {
135
- $responseObject.pstypenames.add("OBS.Input.$($responseObject.inputKind)")
+ $responseObject.pstypenames.add("OBS.Input.$($responseObject.inputKind -replace '_', '.')")
136
137
# Decorate the response with the command name and OBS.requestype.response
138
$responseObject.pstypenames.add("$myCmd")
0 commit comments