summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"