summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 18:59:31 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-04-12 19:11:24 +0000
commit7b3afb13af357340b705f2c9c8f21f6ef14654f1 (patch)
treea049e3c9e94b37eb335f659b12146b4aa08a35b7
parentIncluding gnupg explicitly in debconf container create command, thanks to Nik... (diff)
downloadcompute-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>
-rw-r--r--share/bash-completion/container1
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