mirror of https://github.com/docker/cli.git
Fix shellcheck on master
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
60991e943b
commit
14d2c95d4a
|
@ -1184,7 +1184,7 @@ _docker_config_create() {
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
local counter=$(__docker_pos_first_nonflag '--label|-l')
|
local counter=$(__docker_pos_first_nonflag '--label|-l')
|
||||||
if [ $cword -eq $((counter + 1)) ]; then
|
if [ "$cword" -eq $((counter + 1)) ]; then
|
||||||
_filedir
|
_filedir
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue