Fixed inconsistent newlines
This commit is contained in:
parent
0018d4b705
commit
6d9a88f415
2 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@ def main():
|
|||
touch_config_gypi()
|
||||
update_atom_shell()
|
||||
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description='Bootstrap this project')
|
||||
parser.add_argument('-u', '--url',
|
||||
|
@ -47,6 +48,7 @@ def parse_args():
|
|||
help='Prints the output of the subprocesses')
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
def update_submodules():
|
||||
execute(['git', 'submodule', 'sync'])
|
||||
execute(['git', 'submodule', 'update', '--init', '--recursive'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue