aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 9bed81d..4d2c71d 100644
--- a/client.go
+++ b/client.go
@@ -256,7 +256,7 @@ func (c *Client) Authorize(s ThumbSigner, domain string) error {
ns := parseHeader(resp)
done := make(chan bool)
errc := make(chan error)
- log.Println(ansi.Color("NextStep", "green"), ns)
+ log.Println(ansi.Color("NEXT", "green"), ns)
ticker := time.NewTicker(time.Second)
defer ticker.Stop()
go func() {