We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aa14e commit 35f650bCopy full SHA for 35f650b
1 file changed
internal/auth/ensure_auth.go
@@ -14,7 +14,7 @@ func EnsureAuthenticated(requireAuth bool) (bool, error) {
14
return false, nil
15
}
16
17
- color.Yellow("Authentication required.")
+ color.Yellow("Authentication required")
18
19
_, err := Login()
20
if err != nil {
0 commit comments