From 1ffeabf5f490233638ea32ee71b9df9bb66be915 Mon Sep 17 00:00:00 2001 From: rsteube Date: Thu, 19 Nov 2020 14:36:25 +0100 Subject: [PATCH] =?UTF-8?q?powershell:=20fix=20`=E2=80=99`=20(breaks=20com?= =?UTF-8?q?pletion)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powershell/action.go | 1 + 1 file changed, 1 insertion(+) 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 {