From 4ccd5338550f7437c96f52f381790fcce0e98013 Mon Sep 17 00:00:00 2001 From: Aurelien Bouteiller Date: Mon, 19 Sep 2022 16:15:09 -0400 Subject: [PATCH] Pull the oac submodule from the origin When cloning a fork, it would pull the oac from the same origin as the fork, rather than from the Open MPI repository Signed-off-by: Aurelien Bouteiller --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cf43dd35182..d50b377cc73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,4 +8,4 @@ branch = master [submodule "oac"] path = config/oac - url = ../oac + url = ../../open-mpi/oac