fix(docker-compose): completion regression (#12288)

master
Colin Barnabas 2 years ago committed by GitHub
parent d0bddee6e3
commit 0fed36688f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins/docker-compose/_docker-compose

@ -128,7 +128,7 @@ __docker-compose_subcommand() {
'--resolve-image-digests[Pin image tags to digests.]' \
'--services[Print the service names, one per line.]' \
'--volumes[Print the volume names, one per line.]' \
'--hash[Print the service config hash, one per line. Set "service1,service2" for a list of specified services.]' \ && ret=0
'--hash[Print the service config hash, one per line. Set "service1,service2" for a list of specified services.]' && ret=0
;;
(create)
_arguments \

Loading…
Cancel
Save