Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1882eda

Browse files
authored
docs: change format from console to sh for psql URL and coder update repair sections (coder#4878)
1 parent 9cd74f3 commit 1882eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin/configure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the
4040
If you are using the built-in PostgreSQL deployment and need to use `psql` (aka
4141
the PostgreSQL interactive terminal), output the connection URL with the following command:
4242

43-
```console
43+
```sh
4444
$ coder server postgres-builtin-url
4545
$ psql "postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
4646
```

docs/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the following command to re-enter template input
7676
variables in an existing workspace. This command is useful when a workspace fails
7777
to build because its state is out of sync with the template.
7878

79-
```console
79+
```sh
8080
coder update <your workspace name> --always-prompt
8181
```
8282

0 commit comments

Comments
 (0)