Fix lxc-create completion.

Do not append a name of an existing container.

Signed-off-by: Edênis Freindorfer Azevedo <edenisfa@gmail.com>
This commit is contained in:
Edênis Freindorfer Azevedo 2021-08-31 07:52:03 -03:00
parent d72a39a528
commit b73b4ec7fb
No known key found for this signature in database
GPG Key ID: F7F1907D677FB8C9

View File

@ -564,7 +564,6 @@ _lxc_create() {
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
return
fi
_lxc_append_name
}
complete -F _lxc_create lxc-create