RainRat 1 год назад
Родитель
Сommit
4eeaac28eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      opendevin/runtime/plugins/mixin.py

+ 1 - 1
opendevin/runtime/plugins/mixin.py

@@ -30,7 +30,7 @@ class PluginMixin:
                 requirement.sandbox_dest, requirement.bash_script_path
             )
             logger.info(
-                f'Initalizing plugin [{requirement.name}] by executing [{abs_path_to_bash_script}] in the sandbox.'
+                f'Initializing plugin [{requirement.name}] by executing [{abs_path_to_bash_script}] in the sandbox.'
             )
             exit_code, output = self.execute(abs_path_to_bash_script)
             if exit_code != 0: