[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:
donNewtonAlpha 2021-02-23 16:26:00 -05:00 committed by GitHub
parent 4068944202
commit 4ddf3fc2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -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