commit 648787aff3163d38b3822b85e0383b899a91c0e0 parent f90e8365ba8c33a061da2f87526f5b7032542251 Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Sat, 13 Jun 2026 22:06:40 +0200 Fix url for dirs Diffstat:
| M | mirror.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mirror.sh b/mirror.sh @@ -27,7 +27,7 @@ while read line; do done echo "$owner" > "$srepodir/owner" - echo "$srepo" > "$srepodir/url" + echo "$srepourl" > "$srepodir/url" echo ":)" > "$srepodir/description" mkdir -p "$wrepodir"