forked from MapComplete/MapComplete
Stabilize script path
This commit is contained in:
parent
d68b003ec1
commit
2c6339ec3d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class GenerateSeries extends Script {
|
|||
}
|
||||
|
||||
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.generateCenterPoints(
|
||||
|
|
Loading…
Reference in a new issue