File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the
4040If you are using the built-in PostgreSQL deployment and need to use ` psql ` (aka
4141the 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```
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Use the following command to re-enter template input
7676variables in an existing workspace. This command is useful when a workspace fails
7777to build because its state is out of sync with the template.
7878
79- ``` console
79+ ``` sh
8080coder update < your workspace name> --always-prompt
8181```
8282
You can’t perform that action at this time.
0 commit comments