Correct variable name
This commit is contained in:
parent
7bf711875b
commit
2cf7445593
@ -45,7 +45,7 @@ class VimModule(AbstractModule):
|
||||
"name": choice
|
||||
})
|
||||
print("Available Plugins:")
|
||||
module_selection = [
|
||||
plugin_selection = [
|
||||
{
|
||||
'type': 'checkbox',
|
||||
'message': 'Select plugins',
|
||||
@ -53,7 +53,7 @@ class VimModule(AbstractModule):
|
||||
'choices': mapped_list
|
||||
}
|
||||
]
|
||||
selected_plugins = prompt(module_selection)['modules']
|
||||
selected_plugins = prompt(plugin_selection)['modules']
|
||||
print("\033[4mYour selection:\033[0m")
|
||||
[print(x) for x in selected_plugins]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user