mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
completion: Fix previous commit
This commit is contained in:
parent
17295138eb
commit
7dfdc81275
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ __ges_main ()
|
|||
{
|
||||
local i=1 c=1 command function_exists completion_func commands real_command effect_bin_description
|
||||
|
||||
commands=($(_ges_list_command))
|
||||
commands=($(_list_commands))
|
||||
real_command=""
|
||||
effect_bin_description=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue