From 3f57679d4a140ab93256a7ac344292ecb3d2dabe Mon Sep 17 00:00:00 2001 From: Laurensius Jeffrey <7936962+arcestia@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:52:09 +0700 Subject: [PATCH] Update update.sh --- update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 705944c..33d0f5a 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,9 @@ curl --insecure -o "domains" "$SOURCE_URL" git config user.name "Skiddle-Git" git config user.email "160487326+Skiddle-Git@users.noreply.github.com" -git commit -am "Update" +git add domains +git commit -m "Update" +git rebase git push -u origin main cd ..