Skip to content

Commit 1e7a59e

Browse files
authored
Merge pull request gennad#1 from kgashok/patch-1
Update command.py
2 parents 6cf753a + 744f346 commit 1e7a59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def name(self):
9191
# exit command
9292
class ExitCommand(Command):
9393
def execute(self):
94-
raise SessionClosed("Good bay!")
94+
raise SessionClosed("Good day!")
9595

9696
def name(self):
9797
return "exit"

0 commit comments

Comments
 (0)