Skip to content

Commit

Permalink
Fixed typo in bash completion functions
Browse files Browse the repository at this point in the history
Signed-off-by: David le Blanc <[email protected]>
(cherry picked from commit c514003)
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
systemmonkey42 authored and vvoland committed Mar 4, 2024
1 parent a5937c6 commit c270556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -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+=( "''" )
Expand Down

0 comments on commit c270556

Please sign in to comment.