Skip to content

Commit

Permalink
Merge pull request sonic-net#274 from pavel-shirshov/pavelsh/fix_smal…
Browse files Browse the repository at this point in the history
…l_issue

Fix small issue in cli'
  • Loading branch information
pavel-shirshov authored Jun 26, 2018
2 parents 7c34641 + e3f9809 commit 27ae651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfcwd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def start_default():
# Enable/disable PFC WD counter polling
@cli.command()
@click.argument('counter_poll', type=click.Choice(['enable', 'disable']))
def counter_poll(big_red_switch):
def counter_poll(counter_poll):
""" Enable/disable counter polling """
configdb = swsssdk.ConfigDBConnector()
configdb.connect()
Expand Down

0 comments on commit 27ae651

Please sign in to comment.