Skip to content

Commit 7096250

Browse files
change back to old
1 parent 2bf34b6 commit 7096250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (t Auth) PromptForLogin() (*LoginTokens, error) {
187187

188188
func shouldLogin() (bool, error) {
189189
reader := bufio.NewReader(os.Stdin) // TODO 9 inject?
190-
fmt.Print(color.YellowString("Would you like to log in to Brev? [y/n]: "))
190+
fmt.Print(`You are currently logged out, would you like to log in? [y/n]: `)
191191
text, err := reader.ReadString('\n')
192192
if err != nil {
193193
return false, breverrors.WrapAndTrace(err)

0 commit comments

Comments
 (0)