mirror of https://github.com/ARMmbed/mbed-os.git
Fix error in 'update_repo' call
parent
2404dc0092
commit
6af18d0946
|
@ -296,7 +296,7 @@ def update_dependencies(repositories):
|
|||
|
||||
|
||||
def update_mbed():
|
||||
update_repo("mbed", join(BUILD_DIR, "mbed"))
|
||||
update_repo("mbed", [join(BUILD_DIR, "mbed")])
|
||||
|
||||
def do_sync(options):
|
||||
global push_remote, quiet, commit_msg, changed
|
||||
|
|
Loading…
Reference in New Issue