From 9ee8e6b7855026708ecf9214a618a491567d0339 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 15 Mar 2021 22:22:04 -0400 Subject: [PATCH] remove references of "coder cloud" --- internal/cmd/bind.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/cmd/bind.go b/internal/cmd/bind.go index c30d2fe..e1b31eb 100644 --- a/internal/cmd/bind.go +++ b/internal/cmd/bind.go @@ -34,7 +34,7 @@ func (c *bindCmd) Spec() cli.CommandSpec { return cli.CommandSpec{ Name: "bind", Usage: "[NAME]", - Desc: "Bind a server to Coder Cloud. A name will be generated from the hostname if one is not provided.", + Desc: "Bind a server to --link. A name will be generated from the hostname if one is not provided.", } } @@ -109,11 +109,11 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) { proxy := func() { err = agent.Proxy(ctx) if err != nil { - flog.Error("Connection to Coder-Cloud disrupted, re-establishing connection: %v", err.Error()) + flog.Error("Connection disrupted, re-establishing connection: %v", err.Error()) } } - flog.Info("Proxying code-server to Coder Cloud, you can access your IDE at %v", url) + flog.Info("Proxying code-server, you can access your IDE at %v", url) proxy()