diff options
Diffstat (limited to 'cmd')
| -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) |
