Skip to content

Commit

Permalink
bash: fix rootfs-propagation
Browse files Browse the repository at this point in the history
Signed-off-by: zhouhao <[email protected]>
  • Loading branch information
zhouhao committed Sep 25, 2017
1 parent 0a52ac0 commit 0ba2765
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions completions/bash/oci-runtime-tool
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,9 @@ __oci-runtime-tool_complete_compliance_level() {
__oci-runtime-tool_complete_propagations() {
COMPREPLY=( $( compgen -W "
private
rprivate
rshared
rslave
shared
slave
unbindable
" -- "$cur" ) )
}

Expand Down

0 comments on commit 0ba2765

Please sign in to comment.