diff --git a/command.py b/command.py index 6abbc63..947aaaa 100644 --- a/command.py +++ b/command.py @@ -91,7 +91,7 @@ def name(self): # exit command class ExitCommand(Command): def execute(self): - raise SessionClosed("Good bay!") + raise SessionClosed("Good day!") def name(self): return "exit"