mirror of https://github.com/containers/podman.git
Fix bash command
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #45 Approved by: umohnani8
This commit is contained in:
parent
5cfd7a313f
commit
afe1a2e7f1
|
|
@ -1346,6 +1346,7 @@ _kpod_unpause() {
|
||||||
"
|
"
|
||||||
local boolean_options=""
|
local boolean_options=""
|
||||||
_complete_ "$options_with_args" "$boolean_options"
|
_complete_ "$options_with_args" "$boolean_options"
|
||||||
|
}
|
||||||
|
|
||||||
_kpod_wait() {
|
_kpod_wait() {
|
||||||
local options_with_args=""
|
local options_with_args=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue