mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
Fixed typo in bash completion functions
Signed-off-by: David le Blanc <david-le-blanc@users.noreply.github.com>
This commit is contained in:
committed by
David le Blanc
parent
a253318869
commit
c514003e69
@@ -1146,6 +1146,7 @@ __docker_complete_plugin() {
|
||||
local path=$1
|
||||
local completionCommand="__completeNoDesc"
|
||||
local resultArray=($path $completionCommand)
|
||||
local current="$cur"
|
||||
for value in "${words[@]:2}"; do
|
||||
if [ -z "$value" ]; then
|
||||
resultArray+=( "''" )
|
||||
|
||||
Reference in New Issue
Block a user