Skip to content

Commit 64ba175

Browse files
committed
Use https to clone ZFS repo
1 parent 976b3fb commit 64ba175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html: Makefile
2222
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2323

2424
# Gen man pages
25-
ZFS_GIT_REPO = git@github.com:openzfs/zfs.git
25+
ZFS_GIT_REPO = https://github.com/openzfs/zfs.git
2626
ZFS_GIT_DIR = ./_build/zfs
2727

2828
.PHONY: man

0 commit comments

Comments
 (0)