Browse Source

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

Colin Barnabas 1 month ago
parent
commit
0fed36688f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/docker-compose/_docker-compose

+ 1 - 1
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 \