Skip to content

Commit 75598aa

Browse files
authored
Merge pull request #2728 from jennydaman/manifest-rm
Fix bash completion typo `docker manifest rm`
2 parents b747821 + bd89487 commit 75598aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/bash/docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4281,7 +4281,7 @@ _docker_manifest_push() {
42814281
esac
42824282
}
42834283

4284-
_docker_network_rm() {
4284+
_docker_manifest_rm() {
42854285
case "$cur" in
42864286
-*)
42874287
COMPREPLY=( $( compgen -W "--help" -- "$cur" ) )

0 commit comments

Comments
 (0)