Skip to content

Commit 93ba5a2

Browse files
author
zhouhao
committed
bash: fix rootfs-propagation
Signed-off-by: zhouhao <[email protected]>
1 parent 0a52ac0 commit 93ba5a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

completions/bash/oci-runtime-tool

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,9 @@ __oci-runtime-tool_complete_compliance_level() {
130130
__oci-runtime-tool_complete_propagations() {
131131
COMPREPLY=( $( compgen -W "
132132
private
133-
rprivate
134-
rshared
135-
rslave
136133
shared
137134
slave
135+
unbindable
138136
" -- "$cur" ) )
139137
}
140138

0 commit comments

Comments
 (0)