diff --git a/powershell/action.go b/powershell/action.go index 8a096992b..8cbe555e3 100644 --- a/powershell/action.go +++ b/powershell/action.go @@ -22,6 +22,7 @@ var sanitizer = strings.NewReplacer( // TODO `)`, ``, `;`, ``, `#`, ``, + `’`, ``, ) func Sanitize(values ...string) []string {