mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: conform to stricter printf usage in Go 1.24 (#16330)
This commit is contained in:
@@ -205,7 +205,7 @@ func (r *RootCmd) proxyServer() *serpent.Command {
|
||||
httpClient.Transport = headerTransport
|
||||
|
||||
accessURL := cfg.AccessURL.String()
|
||||
cliui.Infof(inv.Stdout, lipgloss.NewStyle().
|
||||
cliui.Info(inv.Stdout, lipgloss.NewStyle().
|
||||
Border(lipgloss.DoubleBorder()).
|
||||
Align(lipgloss.Center).
|
||||
Padding(0, 3).
|
||||
|
||||
Reference in New Issue
Block a user