From eaeec61d2bc5210cb4fa83819908985b2ff168ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ed=C3=AAnis=20Freindorfer=20Azevedo?= Date: Tue, 31 Aug 2021 07:52:03 -0300 Subject: [PATCH] Fix `lxc-create` completion. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Do not append a name of an existing container. Signed-off-by: Edênis Freindorfer Azevedo --- config/bash/lxc.in | 1 - 1 file changed, 1 deletion(-) diff --git a/config/bash/lxc.in b/config/bash/lxc.in index 8eb2df3f3..ea7d53b70 100644 --- a/config/bash/lxc.in +++ b/config/bash/lxc.in @@ -564,7 +564,6 @@ _lxc_create() { [[ ${COMPREPLY-} == *= ]] && compopt -o nospace return fi - _lxc_append_name } complete -F _lxc_create lxc-create -- 2.47.2