Skip to content

Commit

Permalink
compatibility_matrix: Change default repo branch for osx
Browse files Browse the repository at this point in the history
Signed-off-by: thecoder-001 <[email protected]>
  • Loading branch information
thecoder-001 committed Nov 19, 2023
1 parent b4648e4 commit 023ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compatibility_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def openzfs():

def openzfsonosx():
sources = {'main': 'https://raw.githubusercontent.com/openzfsonosx/'
'openzfs-fork/main/man/man7/zpool-features.7'}
'openzfs-fork/macOS/man/man7/zpool-features.7'}
with urlopen('https://api.github.com/repos/openzfsonosx/openzfs-fork/tags') as web:
try:
tags = dejson(web.read().decode('utf-8', 'ignore'))
Expand Down

0 comments on commit 023ba64

Please sign in to comment.