Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit bb1db77

Browse files
committed
Print correct login url
1 parent 2c2e88f commit bb1db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coder/login.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (cmd loginCmd) Run(fl *pflag.FlagSet) {
6868
err = browser.OpenURL(authURL.String())
6969
if err != nil {
7070
// Tell the user to visit the URL instead.
71-
flog.Info("visit %s to login", authURL)
71+
flog.Info("visit %s to login", authURL.String())
7272
}
7373
srv.TokenCond.L.Lock()
7474
srv.TokenCond.Wait()

0 commit comments

Comments
 (0)