Skip to content

Commit

Permalink
Merge branch 'master' into release/0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 17, 2020
2 parents 570554d + e9a6a9b commit e10caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ def main(branch=branch, skipNpm=False, skipTest=False, development=False):
skipNpm = args.skipNpm
skipTest = args.skipTest
development = args.development
main(branch, skipNpm, skipTest, development)
main(branch, skipNpm, skipTest, development)

0 comments on commit e10caa5

Please sign in to comment.