mirror of
https://github.com/containers/podman.git
synced 2025-06-04 13:08:55 +08:00
Fix podman build completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1077 Approved by: giuseppe
This commit is contained in:

committed by
Atomic Bot

parent
86154b6538
commit
62983ddbb7
@ -915,7 +915,7 @@ _podman_build() {
|
|||||||
--runtime)
|
--runtime)
|
||||||
COMPREPLY=($(compgen -W 'runc runv' -- "$cur"))
|
COMPREPLY=($(compgen -W 'runc runv' -- "$cur"))
|
||||||
;;
|
;;
|
||||||
$(__buildah_to_extglob "$options_with_args"))
|
$(__podman_to_extglob "$options_with_args"))
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user