Skip to content

Commit

Permalink
Merge pull request docker#4876 from systemmonkey42/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in bash completion functions
  • Loading branch information
vvoland authored Feb 19, 2024
2 parents 49a44fb + c514003 commit 67105e0
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 67105e0

Please sign in to comment.