diff --git a/BuildChecker/git_helper.py b/BuildChecker/git_helper.py index 5d72e3f9b5..53bdc103f7 100644 --- a/BuildChecker/git_helper.py +++ b/BuildChecker/git_helper.py @@ -91,6 +91,6 @@ def reset_solution(): with SOLUTION_PATH.open("w") as f: f.write(content) -#if __name__ == '__main__': -# install_hooks() -# update_submodules() +if __name__ == '__main__': + install_hooks() + update_submodules()