Fix minor typo
This commit is contained in:
parent
f169772031
commit
2f5090d667
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def main():
|
||||||
enable_verbose_mode()
|
enable_verbose_mode()
|
||||||
if sys.platform == 'cygwin':
|
if sys.platform == 'cygwin':
|
||||||
update_win32_python()
|
update_win32_python()
|
||||||
# update_submodules()
|
update_submodules()
|
||||||
update_node_modules('.')
|
update_node_modules('.')
|
||||||
bootstrap_brightray(args.url)
|
bootstrap_brightray(args.url)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue