diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-03-15 18:16:09 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:16:09 +0700 |
commit | 6b3a2fa03e622269973b59b55158b69822024cbf (patch) | |
tree | 64c2c06cc15eef8aa2392dda4e7cfa5c8f7c239b /etc | |
parent | cc8a09c42e378f338384bf5f6666a619bb444855 (diff) | |
parent | 621114584ac967f03f22701d3a795169b0d2f73c (diff) | |
download | vyatta-op-6b3a2fa03e622269973b59b55158b69822024cbf.tar.gz vyatta-op-6b3a2fa03e622269973b59b55158b69822024cbf.zip |
Merge pull request #42 from erkin/current
T3354: Replace vyos-strip-config.pl with strip-private.py
Diffstat (limited to 'etc')
-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 ca0161f..ba54032 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -494,7 +494,7 @@ no-more () strip-private () { - ${vyatta_bindir}/vyos-strip-config.pl --strict --stdin + ${vyos_libexec_dir}/strip-private.py } commands () |