diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-06-26 01:10:13 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-06-26 01:10:13 -0400 |
| commit | 5d30265a850ab647c89e0cae0ffce44ae3e1ce48 (patch) | |
| tree | 5ab4d3cf6c305b57fb04e5f1a9a60e5d176b113c /cmd/atlas.go | |
| parent | 0232433a2ddd64c270a4d049f5ae9895245ee058 (diff) | |
Move category and operator iterators
Diffstat (limited to 'cmd/atlas.go')
| -rw-r--r-- | cmd/atlas.go | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
