Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arcestia committed Mar 11, 2024
1 parent cec9c58 commit 3f57679
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 3f57679

Please sign in to comment.