File tree 2 files changed +2
-2
lines changed
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
40
40
If you are using the built-in PostgreSQL deployment and need to use ` psql ` (aka
41
41
the PostgreSQL interactive terminal), output the connection URL with the following command:
42
42
43
- ``` console
43
+ ``` sh
44
44
$ coder server postgres-builtin-url
45
45
$ psql " postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
46
46
```
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Use the following command to re-enter template input
76
76
variables in an existing workspace. This command is useful when a workspace fails
77
77
to build because its state is out of sync with the template.
78
78
79
- ``` console
79
+ ``` sh
80
80
coder update < your workspace name> --always-prompt
81
81
```
82
82
You can’t perform that action at this time.
0 commit comments