Skip to content

Commit

Permalink
eos: update get_users commands
Browse files Browse the repository at this point in the history
show user-accounts -> show users account
  • Loading branch information
bewing committed Aug 23, 2023
1 parent 8559646 commit 00b649b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/eos/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ def _sshkey_type(sshkey):

users = {}

commands = ["show user-account"]
commands = ["show users account"]
user_items = self._run_commands(commands)[0].get("users", {})

for user, user_details in user_items.items():
Expand Down

0 comments on commit 00b649b

Please sign in to comment.