diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 18:59:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-12 19:11:24 +0000 |
commit | 7b3afb13af357340b705f2c9c8f21f6ef14654f1 (patch) | |
tree | a049e3c9e94b37eb335f659b12146b4aa08a35b7 /share | |
parent | Including gnupg explicitly in debconf container create command, thanks to Nik... (diff) | |
download | compute-tools-7b3afb13af357340b705f2c9c8f21f6ef14654f1.tar.xz compute-tools-7b3afb13af357340b705f2c9c8f21f6ef14654f1.zip |
Correcting syntax error in container bash-completion.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container index e130710..d791ff6 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -102,6 +102,7 @@ _container() opts="-a --add -l --list -r --remove" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 + ;; limit) case "${prev}" in |