Merge pull request #4876 from systemmonkey42/patch-1

Fixed typo in bash completion functions
This commit is contained in:
Paweł Gronowski 2024-02-19 11:50:49 +01:00 committed by GitHub
commit 67105e0995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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+=( "''" )