Fix podman build completions

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1077
Approved by: giuseppe
This commit is contained in:
Daniel J Walsh
2018-07-11 08:26:33 -04:00
committed by Atomic Bot
parent 86154b6538
commit 62983ddbb7

View File

@ -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