summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/bwrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/bash/bwrap b/completions/bash/bwrap
index 9389afd..59928a8 100644
--- a/completions/bash/bwrap
+++ b/completions/bash/bwrap
@@ -60,11 +60,11 @@ _bwrap() {
--userns-block-fd
"
- if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W "$boolean_options $options_with_args" -- "$cur" ) )
- fi
+ if [[ "$cur" == -* ]]; then
+ COMPREPLY=( $( compgen -W "$boolean_options $options_with_args" -- "$cur" ) )
+ fi
- return 0
+ return 0
}
complete -F _bwrap bwrap