Stabilize script path

This commit is contained in:
Pieter Vander Vennet 2023-04-14 05:12:27 +02:00
parent d68b003ec1
commit 2c6339ec3d

View file

@ -199,7 +199,7 @@ class GenerateSeries extends Script {
} }
async main(args: string[]): Promise<void> { async main(args: string[]): Promise<void> {
const targetDir = args[0] ?? "../MapComplete-data" const targetDir = args[0] ?? "../../git/MapComplete-data"
await this.downloadStatistics(targetDir + "/changeset-metadata") await this.downloadStatistics(targetDir + "/changeset-metadata")
await this.generateCenterPoints( await this.generateCenterPoints(