From 9dab96573afcab3125b978250060ea309f81e0ef Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 5 Oct 2022 20:11:23 -0400 Subject: [PATCH] Fix update_git.py --- scripts/update_git.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_git.py b/scripts/update_git.py index 21739d7..c52cd49 100644 --- a/scripts/update_git.py +++ b/scripts/update_git.py @@ -175,9 +175,9 @@ def main(): clear_working_dir(); copy_dotfiles(); - #push_git_changes(); + push_git_changes(); print("Done!") if __name__ == '__main__': - main() \ No newline at end of file + main()