From 5d30265a850ab647c89e0cae0ffce44ae3e1ce48 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 26 Jun 2025 01:10:13 -0400 Subject: Move category and operator iterators --- cmd/atlas.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/atlas.go') diff --git a/cmd/atlas.go b/cmd/atlas.go index 916e459..b0ec3af 100644 --- a/cmd/atlas.go +++ b/cmd/atlas.go @@ -211,8 +211,8 @@ func main() { env := make(map[string]string) env["workers"] = fmt.Sprint(globalFlags.NumWorkers) - env["db path"] = globalFlags.DBPath - env["index root"] = globalFlags.IndexRoot + env["db_path"] = globalFlags.DBPath + env["index_root"] = globalFlags.IndexRoot env["version"] = "0.0.1" interpreter := shell.NewInterpreter(state, env, globalFlags.NumWorkers) -- cgit v1.2.3