From f04eb776cbd58e42399c535ab49b903a12e6db08 Mon Sep 17 00:00:00 2001 From: Jyotirmoy Bandyopadhayaya Date: Mon, 20 Feb 2023 06:10:25 +0000 Subject: [PATCH] Update 'update' --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index fb42093..690bd7a 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ if [ ! -d "./.git" ]; then exit 1 fi git init --initial-branch=main - git remote add origin https://github.com/chaotic-aur/docker-mirror + git remote add origin https://git.itsmebravo.dev/bravo68web/docker-mirror git fetch git reset --hard origin/main elif [ ! -f ./custom.diff ]; then