From 9d78c35de9d1a80bd8442672121f56bb16ba3fb6 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Fri, 12 Jun 2020 17:24:48 -0700 Subject: [PATCH] .gitmodules: use a relative path Un-hardcoding makes mirroring possible. Signed-off-by: Marc Herbert --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 899620a61..c08711191 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "rimage"] path = rimage - url = https://github.com/thesofproject/rimage.git + url = ../rimage.git