FIX: JSON helper ConvertTo-DoubleEscapedQuotes

Can't taken in $Name from the pipeline dummy!
This commit is contained in:
Ethan J. Brown
2013-03-08 13:53:27 -05:00
parent 3f98133490
commit 1c665758a4

View File

@@ -26,7 +26,7 @@ function ConvertTo-DoubleEscapedQuotes
[String] [String]
$Text, $Text,
[Parameter(ValueFromPipeline=$true, Mandatory = $false)] [Parameter(Mandatory = $false)]
[String] [String]
$Name = '' $Name = ''
) )