Skip to content

Commit 744f346

Browse files
committed
Update command.py
1 parent c83fd65 commit 744f346

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)