Skip to content

Commit b7ce2ee

Browse files
author
Bogdan Marinescu
committed
Fix synchronization script
1 parent 0a55118 commit b7ce2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/synch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def visit_repo(repo_file):
311311

312312

313313
def update_mbed():
314-
update_repo("mbed", [join(BUILD_DIR, "mbed")])
314+
update_repo("mbed", [join(BUILD_DIR, "mbed")], None)
315315

316316
def do_sync(options):
317317
global push_remote, quiet, commit_msg, changed

0 commit comments

Comments
 (0)