aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/geth/js.go')
-rw-r--r--cmd/geth/js.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/js.go b/cmd/geth/js.go
index 026e5570d..5f455d7a3 100644
--- a/cmd/geth/js.go
+++ b/cmd/geth/js.go
@@ -41,7 +41,7 @@ import (
)
var (
- passwordRegexp = regexp.MustCompile("personal.[nu]")
+ passwordRegexp = regexp.MustCompile("personal.[nus]")
onlyws = regexp.MustCompile("^\\s*$")
exit = regexp.MustCompile("^\\s*exit\\s*;*\\s*$")
)