aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/console/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/console/main.go')
-rw-r--r--cmd/console/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/console/main.go b/cmd/console/main.go
index 9020a12fe..365dbec56 100644
--- a/cmd/console/main.go
+++ b/cmd/console/main.go
@@ -93,7 +93,7 @@ func main() {
func run(ctx *cli.Context) {
jspath := ctx.GlobalString(utils.JSpathFlag.Name)
- ipcpath := ctx.GlobalString(utils.IPCPathFlag.Name)
+ ipcpath := utils.IpcSocketPath(ctx)
repl := newJSRE(jspath, ipcpath)
repl.welcome(ipcpath)