Skip to content

Commit 329fe22

Browse files
Merge branch 'main' into patch-1
2 parents 920638d + f7ab4a3 commit 329fe22

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

runtime/reference/env_variables.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ variable, and can be helpfully combined with
115115
}
116116
```
117117

118+
:::note Variables with spaces
119+
120+
When setting environment variables that contain space characters in a `.env`
121+
file, ensure you enclose the value in quotes. For example:
122+
123+
```shell
124+
MY_VAR="my value with spaces"
125+
```
126+
127+
:::
128+
118129
## `std/cli`
119130

120131
The Deno Standard Library has a [`std/cli` module](https://jsr.io/@std/cli) for

0 commit comments

Comments
 (0)