minor: change quotation

This commit is contained in:
nikitar020 2019-03-19 13:36:50 +07:00
parent d65f22c819
commit fa710446a7
1 changed files with 1 additions and 1 deletions

View File

@ -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()