We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38d74a commit 04a962aCopy full SHA for 04a962a
coderd/devtunnel/tunnel.go
@@ -277,7 +277,7 @@ func readOrGenerateConfig() (Config, error) {
277
if cfg.Version == 0 {
278
_, _ = fmt.Println()
279
_, _ = fmt.Println(cliui.Styles.Error.Render("You're running a deprecated tunnel version!"))
280
- _, _ = fmt.Println(cliui.Styles.Error.Render("Upgrading you to the new version now. You may need to rebuild running workspaces."))
+ _, _ = fmt.Println(cliui.Styles.Error.Render("Upgrading you to the new version now. You will need to rebuild running workspaces."))
281
282
283
cfg, err := GenerateConfig()
0 commit comments