From 8636f0e1c326c88bee636cc269da660e954b96b1 Mon Sep 17 00:00:00 2001 From: Bas van Kervel Date: Fri, 25 Sep 2015 13:08:48 +0200 Subject: console/history respect datadir --- cmd/geth/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/geth/main.go') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index daffda30c..a9766b7f7 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -429,6 +429,7 @@ func attach(ctx *cli.Context) { repl := newLightweightJSRE( ctx.GlobalString(utils.JSpathFlag.Name), client, + ctx.GlobalString(utils.DataDirFlag.Name), true, ) -- cgit v1.2.3