summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d/vyatta-op
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-26 01:38:15 +0100
committerDaniil Baturin <daniil@baturin.org>2019-01-26 01:38:15 +0100
commitd304da802db07f78489fe9f5b6bd762b3ffe7025 (patch)
tree195966dd2c5f023c092c42cf6903f33976a2c1fe /etc/bash_completion.d/vyatta-op
parent11d91322beffcb4c420dc5e086782b20732ac6fe (diff)
downloadvyatta-op-d304da802db07f78489fe9f5b6bd762b3ffe7025.tar.gz
vyatta-op-d304da802db07f78489fe9f5b6bd762b3ffe7025.zip
T1193: use vyos-config-to-commands in the commands pipe.
Diffstat (limited to 'etc/bash_completion.d/vyatta-op')
-rw-r--r--etc/bash_completion.d/vyatta-op2
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"