[build]: .gitmodules: Fix make init (#6828)
* remove trailing / from url for submodule "platform/mellanox/hw-management/hw-mgmt" Signed-off-by: Don Newton don@opennetworking.org
This commit is contained in:
parent
4068944202
commit
4ddf3fc2af
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -59,7 +59,7 @@
|
||||
url = https://github.com/aristanetworks/sonic
|
||||
[submodule "platform/mellanox/hw-management/hw-mgmt"]
|
||||
path = platform/mellanox/hw-management/hw-mgmt
|
||||
url = https://github.com/Mellanox/hw-mgmt/
|
||||
url = https://github.com/Mellanox/hw-mgmt
|
||||
[submodule "src/redis-dump-load"]
|
||||
path = src/redis-dump-load
|
||||
url = https://github.com/p/redis-dump-load.git
|
||||
|
Loading…
Reference in New Issue
Block a user