Skip to content

Commit 2ec350e

Browse files
authored
fix(workspaces): name env variable (coder#642)
Althought we renamed environments to workspaces, this ENV var is still listed as CODER_ENVIRONMENT_NAME
1 parent d922892 commit 2ec350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env | grep CODER_
2626
<td>Your email address</td>
2727
</tr>
2828
<tr>
29-
<td><code>CODER_WORKSPACE_NAME</code></td>
29+
<td><code>CODER_ENVIRONMENT_NAME</code></td>
3030
<td>The name of your workspace</td>
3131
</tr>
3232
<tr>

0 commit comments

Comments
 (0)