diff --git a/builder/__init__.py b/builder/__init__.py index 60d3b2a1..54de7d32 100644 --- a/builder/__init__.py +++ b/builder/__init__.py @@ -332,7 +332,7 @@ def get_lvgl(): def get_micropython(): cmd_ = [ - 'git submodule updatem --init --depth=1 -- lib/micropython', + 'git submodule update --init --depth=1 -- lib/micropython', ] print() print('collecting MicroPython 1.23.0')