Skip to content

Commit 45a1713

Browse files
authoredMar 17, 2021
Merge pull request #2906 from bpmct/rename-cloud
rename references of "coder could"
2 parents 07495fa + a097713 commit 45a1713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Consider running code-server with the beta flag `--link` if you don't want to wo
5757

5858
```bash
5959
$ code-server --link
60-
Proxying code-server to Coder Cloud, you can access your IDE at https://valmar-jon.cdr.co
60+
Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
6161
```
6262

6363
## FAQ

‎src/node/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ const options: Options<Required<Args>> = {
195195
link: {
196196
type: OptionalString,
197197
description: `
198-
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
199-
https://myname.coder-cloud.com at which you can easily access your code-server instance.
198+
Securely bind code-server via our cloud service with the passed name. You'll get a URL like
199+
https://hostname-username.cdr.co at which you can easily access your code-server instance.
200200
Authorization is done via GitHub.
201201
`,
202202
beta: true,

‎src/node/coder_cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function runAgent(...args: string[]): Promise<void> {
2424
agent.on("close", (code) => {
2525
if (code !== 0) {
2626
rej({
27-
message: `coder cloud agent exited with ${code}`,
27+
message: `--link agent exited with ${code}`,
2828
})
2929
return
3030
}

0 commit comments

Comments
 (0)
Please sign in to comment.