bash completion: Fix copy-paste typo
[lttng-tools.git] / extras / lttng-bash_completion
index b5f861c56a2fd55c5c2dfc6e463310a8b32cdf57..cc8155734a4df0dbfae5743d8a37646ca9439f95 100644 (file)
@@ -146,7 +146,7 @@ _lttng_cmd_disablechannel() {
 
 _lttng_cmd_disableevent() {
        local disable_event_opts
-       disable_channel_opts=$(lttng disable-event --list-options)
+       disable_event_opts=$(lttng disable-event --list-options)
 
        case $prev in
        --session|-s)
This page took 0.024773 seconds and 5 git commands to generate.