Skip to content

Commit

Permalink
Fix podman build completions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>

Closes: containers#1077
Approved by: giuseppe
  • Loading branch information
rhatdan authored and rh-atomic-bot committed Jul 12, 2018
1 parent 86154b6 commit 62983dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/bash/podman
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62983dd

Please sign in to comment.