aboutsummaryrefslogtreecommitdiff
path: root/ask/ask.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-01 18:56:48 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-01 18:56:48 +0200
commit9a8e71812e5ac450abbf05a9f1222f6deada65ab (patch)
treef1d227ad664ae4ad894ff2d5d08d4d1359a2c4d7 /ask/ask.go
parent0b4847b75c33a19e0b909c08cde1951176111702 (diff)
Ask test
Diffstat (limited to 'ask/ask.go')
-rw-r--r--ask/ask.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ask/ask.go b/ask/ask.go
index dc55aa2..ab2b024 100644
--- a/ask/ask.go
+++ b/ask/ask.go
@@ -21,7 +21,6 @@ func Confirmed() (string, error) {
return "", err
}
defer restore()
-
pass, err := ask(os.Stdin, "passphrase: ")
if err != nil {
return "", err