From b28126905212beb70b17df366f22e36d7492d594 Mon Sep 17 00:00:00 2001 From: William Martin Date: Thu, 7 Dec 2023 15:03:26 +0100 Subject: [PATCH] Fix affect effect typo in login cmd --- pkg/cmd/auth/login/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/auth/login/login.go b/pkg/cmd/auth/login/login.go index 9018a9d0b..34a345632 100644 --- a/pkg/cmd/auth/login/login.go +++ b/pkg/cmd/auth/login/login.go @@ -74,7 +74,7 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm The git protocol to use for git operations on this host can be set with %[1]s--git-protocol%[1]s, or during the interactive prompting. Although login is for a single account on a host, setting - the git protocol will take affect for all users on the host. + the git protocol will take effect for all users on the host. `, "`"), Example: heredoc.Doc(` # Start interactive setup