diff options
Diffstat (limited to 'op-mode-definitions/show-evpn.xml.in')
-rw-r--r-- | op-mode-definitions/show-evpn.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-evpn.xml.in b/op-mode-definitions/show-evpn.xml.in index ba3b104cd..3c1e5c7d6 100644 --- a/op-mode-definitions/show-evpn.xml.in +++ b/op-mode-definitions/show-evpn.xml.in @@ -48,7 +48,7 @@ <help>Show ESI information for specified ESI</help> <completionHelp> <list><esi></list> - <script>${vyos_completion_dir}/list_esi.py</script> + <script>${vyos_completion_dir}/list_esi.sh</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> |