Spelling error

This commit is contained in:
Anton Hvornum 2021-05-24 13:42:28 +02:00
parent 14577415f3
commit 1fff9b44d1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from importlib import metadata
plugins = {}
# 1: List archinstall.plugin definitions
# 2: Load the plugin entry point
# 2: Load the plugin entrypoint
# 3: Initiate the plugin and store it as .name in plugins
for plugin_definition in metadata.entry_points()['archinstall.plugin']:
plugin_entrypoint = plugin_definition.load()