Skip to content

Commit e51cb60

Browse files
committed
Fix: add missing 'done' to download_remote_pmtiles() for-loop
1 parent e923c14 commit e51cb60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,10 @@ download_remote_pmtiles() {
270270
echo "Notice: failed to download ${url}; skipping ${f}"
271271
rm -f "$out" || true
272272
fi
273-
}
274273

274+
done
275+
276+
}
275277
download_protomaps_style() {
276278
# Place offline style and minimal assets under the site root so the device can operate offline.
277279
STYLE_DIR="$SITE_ROOT/style/protomaps-light"

0 commit comments

Comments
 (0)