fix minor bash completion issue on OSX (compopt)
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 6b28e1bbe21b25384c069b99a0b79af3fea17869 Component: engine
This commit is contained in:
@@ -488,13 +488,13 @@ __docker_complete_log_driver_options() {
|
||||
;;
|
||||
*splunk-url=*)
|
||||
COMPREPLY=( $( compgen -W "http:// https://" -- "${cur#=}" ) )
|
||||
compopt -o nospace
|
||||
__docker_nospace
|
||||
__ltrim_colon_completions "${cur}"
|
||||
return
|
||||
;;
|
||||
*splunk-insecureskipverify=*)
|
||||
COMPREPLY=( $( compgen -W "true false" -- "${cur#=}" ) )
|
||||
compopt -o nospace
|
||||
__docker_nospace
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user