Skip to content

Commit

Permalink
fix(docker-compose): completion regression (ohmyzsh#12288)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-barnabas committed Mar 16, 2024
1 parent d0bddee commit 0fed366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/docker-compose/_docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0fed366

Please sign in to comment.