docs: change format from console to sh for psql URL and coder update repair sections (#4878)

This commit is contained in:
sharkymark
2022-11-03 10:56:20 -05:00
committed by GitHub
parent 9cd74f307c
commit 1882edaa9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the
If you are using the built-in PostgreSQL deployment and need to use `psql` (aka
the PostgreSQL interactive terminal), output the connection URL with the following command:
```console
```sh
$ coder server postgres-builtin-url
$ psql "postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
```
+1 -1
View File
@@ -76,7 +76,7 @@ Use the following command to re-enter template input
variables in an existing workspace. This command is useful when a workspace fails
to build because its state is out of sync with the template.
```console
```sh
coder update <your workspace name> --always-prompt
```