Skip to content

Commit

Permalink
Use main for reference branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 25, 2024
1 parent 7cdfc7b commit 332cb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipi/utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def install_driver(force_install=False):
) as f:
f.write("drivers/f90\n")
subprocess.run(
["git", "pull", "--depth=1", "origin", "feat/equivator"], cwd=temp_dir
["git", "pull", "--depth=1", "origin", "main"], cwd=temp_dir
)
except:
warning(
Expand Down

0 comments on commit 332cb73

Please sign in to comment.