Skip to content

Commit

Permalink
fix: ce-setup: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 19, 2022
1 parent 2d2ebf4 commit af37066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-ce-setup/static/scripts/admin_ui_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def build_copy():
pn = int(plugin_number) - 1
for i, p in enumerate(plugins):
if i == pn:
exec_command('npm run plugin:remove {}'.format(choice_str, p['key']))
exec_command('npm run plugin:remove {}'.format(p['key']))
plugins = read_plugins()
break
elif choice == 'a':
Expand Down

0 comments on commit af37066

Please sign in to comment.