Skip to content

Commit

Permalink
Fix synchronization script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Marinescu committed Apr 7, 2014
1 parent 0a55118 commit b7ce2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_tools/synch.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def visit_repo(repo_file):


def update_mbed():
update_repo("mbed", [join(BUILD_DIR, "mbed")])
update_repo("mbed", [join(BUILD_DIR, "mbed")], None)

def do_sync(options):
global push_remote, quiet, commit_msg, changed
Expand Down

0 comments on commit b7ce2ee

Please sign in to comment.