mirror of https://github.com/liamg/aminal.git
minor: change quotation
This commit is contained in:
parent
d65f22c819
commit
fa710446a7
2
main.go
2
main.go
|
@ -72,7 +72,7 @@ func initialize(unitTestfunc callback, configOverride *config.Config) {
|
||||||
guestProcess, err := pty.CreateGuestProcess(shellStr)
|
guestProcess, err := pty.CreateGuestProcess(shellStr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
pty.Close()
|
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()
|
defer guestProcess.Close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue