Skip to content

Commit 4ddf3fc

Browse files
[build]: .gitmodules: Fix make init (sonic-net#6828)
* remove trailing / from url for submodule "platform/mellanox/hw-management/hw-mgmt" Signed-off-by: Don Newton [email protected]
1 parent 4068944 commit 4ddf3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
url = https://github.com/aristanetworks/sonic
6060
[submodule "platform/mellanox/hw-management/hw-mgmt"]
6161
path = platform/mellanox/hw-management/hw-mgmt
62-
url = https://github.com/Mellanox/hw-mgmt/
62+
url = https://github.com/Mellanox/hw-mgmt
6363
[submodule "src/redis-dump-load"]
6464
path = src/redis-dump-load
6565
url = https://github.com/p/redis-dump-load.git

0 commit comments

Comments
 (0)