mirror of
https://github.com/containers/podman.git
synced 2025-06-02 19:02:10 +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)
|
||||
COMPREPLY=($(compgen -W 'runc runv' -- "$cur"))
|
||||
;;
|
||||
$(__buildah_to_extglob "$options_with_args"))
|
||||
$(__podman_to_extglob "$options_with_args"))
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user