From cc036664f068d777046b8b68a2c3f1085be8069a Mon Sep 17 00:00:00 2001 From: Matt Cavanagh Date: Fri, 15 Mar 2024 16:03:28 +0000 Subject: [PATCH] Updated submodules and the means to get them --- .gitmodules | 1 + module-update.sh | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0add0e9c..0d59ea98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "ps2alerts-constants"] path = ps2alerts-constants url = https://github.com/ps2alerts/constants + branch = main diff --git a/module-update.sh b/module-update.sh index 5ee817bf..e89246a4 100755 --- a/module-update.sh +++ b/module-update.sh @@ -1,4 +1,2 @@ #!/usr/bin/env bash -cd ps2alerts-constants -git fetch && git pull -cd ../../ +git submodule update --remote