From bde6415f73961e0e909d3a05944b6cfd732bf4b2 Mon Sep 17 00:00:00 2001 From: Joshua Garde Date: Thu, 17 Aug 2023 18:31:52 -0700 Subject: [PATCH] Fix submodule naming --- .gitmodules | 4 ++-- swodlr-schemas => schemas | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename swodlr-schemas => schemas (100%) diff --git a/.gitmodules b/.gitmodules index 61b62e2..cb0216f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "swodlr-schemas"] - path = swodlr-schemas +[submodule "schemas"] + path = schemas url = https://github.com/podaac/swodlr-schemas.git diff --git a/swodlr-schemas b/schemas similarity index 100% rename from swodlr-schemas rename to schemas