From d8c4a93f34547e4e132947d1638466e594506167 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 28 Dec 2017 21:20:25 +0000 Subject: [PATCH] Add '.git' to end of container_hash URL for consistency --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index fe3c0222dd..7148f84585 100644 --- a/.gitmodules +++ b/.gitmodules @@ -561,5 +561,5 @@ fetchRecurseSubmodules = on-demand [submodule "container_hash"] path = libs/container_hash - url = ../container_hash + url = ../container_hash.git fetchRecurseSubmodules = on-demand