Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Bitton committed Jul 14, 2020
1 parent 04d0672 commit c04dfed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@ def tunnel():
#
# 'system-health' command ("show system-health")
#
@cli.group(cls=AliasedGroup)
@cli.group(name='system-health', cls=AliasedGroup)
def system_health():
"""SONiC command line - 'show system-health' command"""
return
Expand Down
1 change: 0 additions & 1 deletion sonic-utilities-tests/system_health_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ def teardown_class(cls):
print("TEARDOWN")
os.environ["PATH"] = os.pathsep.join(os.environ["PATH"].split(os.pathsep)[:-1])
os.environ["UTILITIES_UNIT_TESTING"] = "0"

0 comments on commit c04dfed

Please sign in to comment.