Skip to content

Commit

Permalink
use main for now
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Dec 3, 2024
1 parent ca9fbaf commit e2c116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def bikeshed():
for version in ["0.1", "0.2", "0.3", "0.4"]:
os.makedirs(".cache", exist_ok=True)
subprocess.check_call(
f"git clone --depth=1 --branch {version}.0 https://github.com/ome/ngff.git .cache/{version}",
f"git clone --depth=1 --branch main https://github.com/ome/ngff.git .cache/{version}",
shell=True,
)
os.symlink(f".cache/{version}/{version}", f"{version}")
Expand Down

0 comments on commit e2c116f

Please sign in to comment.