From 24ea0db80befd3bf5a67781084f48f0fa764d74f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 15:34:52 +0530 Subject: added user-info command --- auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') diff --git a/auth/auth.go b/auth/auth.go index 05b4b6a..e1a9574 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -55,7 +55,7 @@ func generateLink(clientId, challenge string) string { } func openInBrowser(url string) { - fmt.Println("Attempting to launch \x1b[36m" + url + "\x1b[0m in your default web browser. If it doesn't launch please manually copy-paste the link.") + fmt.Println("Attempting to launch \033[36m" + url + "\033[0m in your default web browser. If it doesn't launch please manually copy-paste the link.") var err error switch runtime.GOOS { -- cgit v1.2.3