This commit is contained in:
Paul Gauthier 2023-07-11 18:41:46 -07:00
parent 86a418d899
commit 410769ba9b

View file

@ -71,11 +71,6 @@ def main():
if not dry_run:
subprocess.run(cmd, check=True)
for cmd in git_commands:
print(f"Running: {' '.join(cmd)}")
if not dry_run:
subprocess.run(cmd, check=True)
if __name__ == "__main__":
main()