Skip to content

Commit 63c0779

Browse files
authored
fix 'git submodule update' typo error
1 parent 58577de commit 63c0779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def get_lvgl():
332332
def get_micropython():
333333

334334
cmd_ = [
335-
'git submodule updatem --init --depth=1 -- lib/micropython',
335+
'git submodule update --init --depth=1 -- lib/micropython',
336336
]
337337
print()
338338
print('collecting MicroPython 1.23.0')

0 commit comments

Comments
 (0)