Skip to content

Commit

Permalink
Merge pull request #4911 from vvoland/v25-4876
Browse files Browse the repository at this point in the history
[25.0 backport] Fixed typo in bash completion functions
  • Loading branch information
thaJeztah authored Mar 4, 2024
2 parents eb223e7 + c270556 commit b8459ce
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 b8459ce

Please sign in to comment.