summaryrefslogtreecommitdiff
path: root/completions/pm-is-supported
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pm-is-supported')
-rw-r--r--completions/pm-is-supported6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/pm-is-supported b/completions/pm-is-supported
index 6a112aeb..adc7fde7 100644
--- a/completions/pm-is-supported
+++ b/completions/pm-is-supported
@@ -5,9 +5,9 @@ _pm_is_supported()
local cur prev words cword
_init_completion || return
- COMPREPLY=( $(compgen -W '--help --suspend --hibernate --suspend-hybrid' \
- -- "$cur") )
+ COMPREPLY=($(compgen -W '--help --suspend --hibernate --suspend-hybrid' \
+ -- "$cur"))
} &&
-complete -F _pm_is_supported pm-is-supported
+ complete -F _pm_is_supported pm-is-supported
# ex: filetype=sh