aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater
diff options
context:
space:
mode:
Diffstat (limited to 'updater')
-rw-r--r--updater/msirunner_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/msirunner_linux.go b/updater/msirunner_linux.go
index 974c0883..cbb52cf6 100644
--- a/updater/msirunner_linux.go
+++ b/updater/msirunner_linux.go
@@ -13,7 +13,7 @@ import (
// This isn't a Linux program, yes, but having the updater package work across platforms is quite helpful for testing.
func runMsi(msiPath string) error {
- return exec.Command("qarma", "--info", "--text", fmt.Sprintf("It seems to be working! Were we on Windows, \"%s\" would be executed.", msiPath)).Run()
+ return exec.Command("qarma", "--info", "--text", fmt.Sprintf("It seems to be working! Were we on Windows, ā€˜%sā€™ would be executed.", msiPath)).Run()
}
func msiSaveDirectory() (string, error) {