Skip to content

Commit a324f11

Browse files
author
Erick Sapp
committed
Removed a debug statement that was missing from 'git diff' before the previous commit.
1 parent bd55687 commit a324f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/shell/cmd_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def cli(ctx, env):
1616
"""Print shell help text."""
1717
env.out("Welcome to the SoftLayer shell.")
1818
env.out("")
19-
env.out("This is working.")
19+
2020
formatter = formatting.HelpFormatter()
2121
commands = []
2222
shell_commands = []

0 commit comments

Comments
 (0)