diff --git a/cmd/puppeth/wizard_explorer.go b/cmd/puppeth/wizard_explorer.go index 485a981f4b..fb9b710a04 100644 --- a/cmd/puppeth/wizard_explorer.go +++ b/cmd/puppeth/wizard_explorer.go @@ -80,7 +80,7 @@ func (w *wizard) deployExplorer() { infos.dbdir = w.readString() } else { fmt.Printf("Where should postgres data be stored on the remote machine? (default = %s)\n", infos.dbdir) - infos.dbdir = w.readDefaultString(infos.datadir) + infos.dbdir = w.readDefaultString(infos.dbdir) } // Figure out which port to listen on fmt.Println()