Skip to content

Commit 06d1412

Browse files
authored
Update mirror URL for size retrieval in workflow
1 parent 10a7cf2 commit 06d1412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-mirrors-from-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
|-----------------|---------------------------------------------|---------------:|
3434
EOF
3535
for storage in dl apt archive oldarchive; do
36-
size=$(curl -s https://k-space.ee.armbian.com/$storage/size.txt)
36+
size=$(curl -s https://fi.mirror.armbian.de/$storage/size.txt)
3737
case "$storage" in
3838
"dl")
3939
TEXT="Current images"

0 commit comments

Comments
 (0)