Skip to content

Commit 35f650b

Browse files
committed
fix: update copy
1 parent b2aa14e commit 35f650b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/auth/ensure_auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func EnsureAuthenticated(requireAuth bool) (bool, error) {
1414
return false, nil
1515
}
1616

17-
color.Yellow("Authentication required.")
17+
color.Yellow("Authentication required")
1818

1919
_, err := Login()
2020
if err != nil {

0 commit comments

Comments
 (0)