Skip to content

Commit 04a962a

Browse files
committed
may -> will
1 parent b38d74a commit 04a962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/devtunnel/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func readOrGenerateConfig() (Config, error) {
277277
if cfg.Version == 0 {
278278
_, _ = fmt.Println()
279279
_, _ = 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."))
280+
_, _ = fmt.Println(cliui.Styles.Error.Render("Upgrading you to the new version now. You will need to rebuild running workspaces."))
281281
_, _ = fmt.Println()
282282

283283
cfg, err := GenerateConfig()

0 commit comments

Comments
 (0)