summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-07-11 08:26:33 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-12 07:22:24 +0000
commit62983ddbb7f2db890980abedeac36bd96b2786e5 (patch)
tree0f5430781f6eb67281ee1f9207fcc284a61f7ea9 /completions
parent86154b6538c1fec69fde14f2d4b35c31dcc10b35 (diff)
downloadpodman-62983ddbb7f2db890980abedeac36bd96b2786e5.tar.gz
podman-62983ddbb7f2db890980abedeac36bd96b2786e5.tar.bz2
podman-62983ddbb7f2db890980abedeac36bd96b2786e5.zip
Fix podman build completions
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1077 Approved by: giuseppe
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 051853e9e..f80e0d5eb 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -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