From d6d515442654ed19107cd1f60ee67c8b37ce19cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Mon, 10 May 2021 13:17:29 +0200
Subject: [PATCH] force fetch waaaat

---
 docs/magic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/magic.sh b/docs/magic.sh
index 7d795aac..d6304695 100755
--- a/docs/magic.sh
+++ b/docs/magic.sh
@@ -17,7 +17,7 @@ cp includes/misc-functions.tex /tmp/merge/misc-functions.tex
 
 hash="$(git rev-parse HEAD)"
 
-git fetch --all --tags
+git fetch --all --tags -f
 
 for week in 7 11 3 2 4 5 6 9 10 13 14; do
   echo "week $week incoming..."
-- 
GitLab