mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: conform to stricter printf usage in Go 1.24 (#16330)
This commit is contained in:
committed by
GitHub
parent
967a3810f4
commit
9520da338e
+1
-1
@@ -91,7 +91,7 @@ func (r *RootCmd) gitssh() *serpent.Command {
|
||||
if xerrors.As(err, &exitErr) && exitErr.ExitCode() == 255 {
|
||||
_, _ = fmt.Fprintln(inv.Stderr,
|
||||
"\n"+pretty.Sprintf(
|
||||
cliui.DefaultStyles.Wrap,
|
||||
cliui.DefaultStyles.Wrap, "%s",
|
||||
"Coder authenticates with "+pretty.Sprint(cliui.DefaultStyles.Field, "git")+
|
||||
" using the public key below. All clones with SSH are authenticated automatically 🪄.")+"\n",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user