diff --git a/script/bootstrap.py b/script/bootstrap.py index 018599092b19..35da6a5429a0 100755 --- a/script/bootstrap.py +++ b/script/bootstrap.py @@ -60,8 +60,8 @@ def update_submodules(): def bootstrap_brightray(url): bootstrap = os.path.join(VENDOR_DIR, 'brightray', 'script', 'bootstrap') - execute_stdout([sys.executable, bootstrap, '--commit', LIBCHROMIUMCONTENT_COMMIT, - url]) + execute_stdout([sys.executable, bootstrap, '--commit', + LIBCHROMIUMCONTENT_COMMIT, url]) def update_node_modules(dirname):