Skip to content

Commit

Permalink
powershell: fix (breaks completion)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Nov 19, 2020
1 parent a527486 commit 1ffeabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions powershell/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var sanitizer = strings.NewReplacer( // TODO
`)`, ``,
`;`, ``,
`#`, ``,
`’`, ``,
)

func Sanitize(values ...string) []string {
Expand Down

0 comments on commit 1ffeabf

Please sign in to comment.