summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index ebb9b4b..20ccfae 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -55,7 +55,7 @@
"create": "db",
"db": {
// Path to the 'tagstats' program (absolute path or relative to sources/db directory).
- "tagstats": "./tagstats",
+ "tagstats": "../../tagstats/tagstats",
// The OSM planet file or extract where we read the OSM data from.
"planetfile": "/osm/planet/var/current-planet.osm.pbf"
},