We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83fd65 commit 744f346Copy full SHA for 744f346
command.py
@@ -91,7 +91,7 @@ def name(self):
91
# exit command
92
class ExitCommand(Command):
93
def execute(self):
94
- raise SessionClosed("Good bay!")
+ raise SessionClosed("Good day!")
95
96
def name(self):
97
return "exit"
0 commit comments