Bump to version 6.1.6

This commit is contained in:
2020-05-18 19:57:53 +02:00
parent 808c4ac277
commit 12b0f38741
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# URL: https://bitbucket.org/gryf/vboxmanage-bash-completion
# URL: https://github.com/gryf/vboxmanage-bash-completion
# License: 3-clause BSD-style license (see LICENSE file)
# Version: 6.1.0
# Version: 6.1.6
_VBoxManage() {
@@ -1281,7 +1281,7 @@ _VBoxManage() {
if [[ " ${items[@]} " == *" $subcommand "* ]]; then
case "${subcommand}" in
install)
_get_excluded_items "--replace"
_get_excluded_items "--replace --accept-license"
COMPREPLY=( $(compgen -W "$result" -- ${cur}) )
;;
uninstall)