Skip to content

Commit 6af18d0

Browse files
committed
Fix error in 'update_repo' call
1 parent 2404dc0 commit 6af18d0

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
@@ -296,7 +296,7 @@ def visit_repo(repo_file):
296296

297297

298298
def update_mbed():
299-
update_repo("mbed", join(BUILD_DIR, "mbed"))
299+
update_repo("mbed", [join(BUILD_DIR, "mbed")])
300300

301301
def do_sync(options):
302302
global push_remote, quiet, commit_msg, changed

0 commit comments

Comments
 (0)