From ff7fa382d0270e88749b54112bdb9be3c809b25e Mon Sep 17 00:00:00 2001 From: Don Newton Date: Fri, 19 Feb 2021 11:49:23 -0800 Subject: [PATCH] .gitmodules: Fix make init * fix url for * submodule "platform/mellanox/hw-management/hw-mgmt" * remove trailing / from url Signed-off-by: Don Newton don@opennetworking.org --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9f2ae12ebb4..96e5645dcae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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