From bd2cf8f34fcf170f372cb6b7e524f1287bf65305 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 29 Jul 2013 15:22:44 -0400 Subject: [PATCH] bash completion: Fix copy-paste typo Reported-by: Daniel U. Thibault Signed-off-by: Simon Marchi Signed-off-by: David Goulet --- extras/lttng-bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/lttng-bash_completion b/extras/lttng-bash_completion index b5f861c56..cc8155734 100644 --- a/extras/lttng-bash_completion +++ b/extras/lttng-bash_completion @@ -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) -- 2.34.1