Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cch123 committed Sep 8, 2017
1 parent 153ae4e commit 5352fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
// FIXME when input ctrl+c/ctrl+z/ctrl+d
// prompt will become very slow
t := prompt.Input(machineName+"> ", completer)
if t == "q" || t == "quit" {
if t == "q" || t == "quit" || t == "exit" {
break
}
ma.execute(t)
Expand Down

0 comments on commit 5352fae

Please sign in to comment.