spelling: settings
This commit is contained in:
parent
e5f59a15fe
commit
ec82d3c47e
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ func gardenRun(opts *GardenOptions) error {
|
|||
oldTTYCommand := exec.Command("stty", sttyFileArg, "/dev/tty", "-g")
|
||||
oldTTYSettings, err := oldTTYCommand.CombinedOutput()
|
||||
if err != nil {
|
||||
fmt.Fprintln(out, "getting TTY setings failed:", string(oldTTYSettings))
|
||||
fmt.Fprintln(out, "getting TTY settings failed:", string(oldTTYSettings))
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue