summaryrefslogtreecommitdiff
path: root/ct-ng.comp
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.comp')
-rw-r--r--ct-ng.comp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ct-ng.comp b/ct-ng.comp
index 9bf4890..f7ae720 100644
--- a/ct-ng.comp
+++ b/ct-ng.comp
@@ -1,6 +1,6 @@
# To be sourced
-_ct-ng () {
+_ct_ng () {
local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
COMPREPLY=()
cur=$(_get_cword)
@@ -30,4 +30,4 @@ _ct-ng () {
COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
return 0
}
-complete -F _ct-ng ct-ng
+complete -F _ct_ng ct-ng