diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-01-26 01:38:15 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-01-26 01:38:15 +0100 |
commit | d304da802db07f78489fe9f5b6bd762b3ffe7025 (patch) | |
tree | 195966dd2c5f023c092c42cf6903f33976a2c1fe | |
parent | 11d91322beffcb4c420dc5e086782b20732ac6fe (diff) | |
download | vyatta-op-d304da802db07f78489fe9f5b6bd762b3ffe7025.tar.gz vyatta-op-d304da802db07f78489fe9f5b6bd762b3ffe7025.zip |
T1193: use vyos-config-to-commands in the commands pipe.
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index 8064c94..7ae4d61 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -503,7 +503,7 @@ commands () if $(cli-shell-api sessionChanged); then echo "You have uncommited changes, please commit them before using the commands pipe" else - ${vyos_libexec_dir}/commands-pipe.py + vyos-config-to-commands fi else echo "commands pipe is not supported in operational mode" |