diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:36:34 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:36:34 +0100 |
commit | 0e315fb3c2221ae027a360a1534cc697c4d902f9 (patch) | |
tree | 195966dd2c5f023c092c42cf6903f33976a2c1fe | |
parent | 9ee75b3b351a7100152407b24d26016e2ed873ff (diff) | |
parent | d304da802db07f78489fe9f5b6bd762b3ffe7025 (diff) | |
download | vyatta-op-0e315fb3c2221ae027a360a1534cc697c4d902f9.tar.gz vyatta-op-0e315fb3c2221ae027a360a1534cc697c4d902f9.zip |
Merge branch 'current' into crux
-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" |