mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
forgot to replace one occurence of sql_dir
This commit is contained in:
@@ -57,7 +57,7 @@ class UpdateRefresh:
|
||||
if args.word_counts:
|
||||
LOG.warning('Recompute frequency of full-word search terms')
|
||||
conn = connect(args.config.get_libpq_dsn())
|
||||
refresh.recompute_word_counts(conn, args.data_dir)
|
||||
refresh.recompute_word_counts(conn, args.sqllib_dir)
|
||||
conn.close()
|
||||
|
||||
if args.address_levels:
|
||||
|
||||
Reference in New Issue
Block a user