Support cloning submodules without SSH key
This change updates the submodule URL of the ZFS repository to allow users without a configured SSH key to also clone the repository.
This commit is contained in:
parent
ca42b43d54
commit
53e1806ff3
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
|||
[submodule "zfs"]
|
||||
path = zfs
|
||||
url = git@github.com:openzfs/zfs.git
|
||||
url = git://github.com/openzfs/zfs.git
|
||||
|
||||
[submodule "linux"]
|
||||
path = linux
|
||||
|
|
Loading…
Reference in a new issue