From fa710446a787725f71301a1f8b2e2450dc4c42ab Mon Sep 17 00:00:00 2001 From: nikitar020 Date: Tue, 19 Mar 2019 13:36:50 +0700 Subject: [PATCH] minor: change quotation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ce71553..b9f03cb 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func initialize(unitTestfunc callback, configOverride *config.Config) { guestProcess, err := pty.CreateGuestProcess(shellStr) if err != nil { pty.Close() - logger.Fatalf("Failed to start your shell \"%s\": %s", shellStr, err) + logger.Fatalf("Failed to start your shell %q: %s", shellStr, err) } defer guestProcess.Close()