Skip to content

Commit

Permalink
Merge pull request #113 from rsteube/fix-powershell
Browse files Browse the repository at this point in the history
powershell: fix `’` (breaks completion)
  • Loading branch information
rsteube authored Nov 19, 2020
2 parents a527486 + 1ffeabf commit ef343d5
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 ef343d5

Please sign in to comment.