From d304da802db07f78489fe9f5b6bd762b3ffe7025 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 26 Jan 2019 01:38:15 +0100 Subject: T1193: use vyos-config-to-commands in the commands pipe. --- etc/bash_completion.d/vyatta-op | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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" -- cgit v1.2.3