From 9508e394547c5a93b4eebcd512152fb22c7c6ce9 Mon Sep 17 00:00:00 2001 From: JustAnotherID Date: Sat, 24 Feb 2024 16:41:46 +0800 Subject: [PATCH] chore: bump submodules --- update-submodules.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update-submodules.sh b/update-submodules.sh index 4c51424..ea03a53 100755 --- a/update-submodules.sh +++ b/update-submodules.sh @@ -4,5 +4,4 @@ git submodule init git submodule update git submodule foreach git pull origin master git commit -am "chore: bump submodules" -git push - \ No newline at end of file +git push \ No newline at end of file