summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
Diffstat (limited to 'completions/bash')
-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