From 762d6e247e4e73af0f4fa88e88e48b833f3abf2c Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:14:20 -0500 Subject: [PATCH] Fix gitmodules formatting --- .gitmodules | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 32e0047..d900c14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,24 +18,26 @@ path = repos/website url = https://github.com/PretendoNetwork/website.git branch = dev +[submodule "repos/friends"] +path = repos/friends +url = https://github.com/PretendoNetwork/friends.git +branch = dev + [submodule "repos/miiverse-api"] path = repos/miiverse-api url = https://github.com/PretendoNetwork/miiverse-api.git branch = dev + [submodule "repos/juxtaposition-ui"] path = repos/juxtaposition-ui url = https://github.com/PretendoNetwork/juxtaposition-ui.git branch = dev -[submodule "repos/friends"] -path = repos/friends -url = https://github.com/PretendoNetwork/friends.git -branch = dev - [submodule "repos/wiiu-chat-authentication"] path = repos/wiiu-chat-authentication url = https://github.com/PretendoNetwork/wiiu-chat-authentication.git branch = master + [submodule "repos/wiiu-chat-secure"] path = repos/wiiu-chat-secure url = https://github.com/PretendoNetwork/wiiu-chat-secure.git