diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-11 18:48:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 18:48:25 +0200 |
commit | 130f6cba8c3cf78948c80930fa81f476cd32cc3b (patch) | |
tree | 86626a7fe6cdf95be885a083eb45db1be859c02c /completions/bash/podman | |
parent | c93b8d6b02c7ec0c91af34481133001421b9628d (diff) | |
parent | f909b745ec82d6c010e27218bda9524bb1724060 (diff) | |
download | podman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.tar.gz podman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.tar.bz2 podman-130f6cba8c3cf78948c80930fa81f476cd32cc3b.zip |
Merge pull request #3293 from mheon/add_test_for_play_kube
Add a test for 'podman play kube' to prevent regression
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index efb8a6a9b..b049f309a 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2467,7 +2467,9 @@ _podman_healthcheck_run() { } _podman_generate_kube() { - local options_with_args="" + local options_with_args=" + --filename -f + " local boolean_options=" -h |