Skip to content

Commit

Permalink
Add spaces to escaped chars
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianL-STCU committed Feb 8, 2019
1 parent f3eab64 commit 163bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Format-EscapedUrl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)
Begin
{
[char[]]$chars = "'",'(',')','[',']','$'
[char[]]$chars = ' ',"'",'(',')','[',']','$'
}
Process
{
Expand Down

0 comments on commit 163bf34

Please sign in to comment.