diff --git a/builder/core/bootstrap/bootstrap.py b/builder/core/bootstrap/bootstrap.py index 3dac395c..91d8d1f3 100644 --- a/builder/core/bootstrap/bootstrap.py +++ b/builder/core/bootstrap/bootstrap.py @@ -14,7 +14,7 @@ try: # from builder.core.bootstrap.paths import paths # Removed direct import, paths should be passed from builder.configs import logger_config # Assuming run_command is in builder.core.command_runner.py - from buider.core.command_runner import run_command + from builder.core.command_runner import run_command except ImportError as e: # Log the error before exiting logging.error(f"Error importing necessary modules: {e}. Ensure your environment is set up correctly.")