Skip to content

Commit 7702053

Browse files
committed
Environment variable is set in Quarto 1.6 only
1 parent 759c404 commit 7702053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/scripts.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Quarto 1.6 ships with a version of Deno that has an unfortunate interaction betw
134134
As a result, Quarto 1.6 might download some files (once, and then cache them) when the standard library is invoked.
135135
Future versions of Quarto will ship with Deno 2, which does not suffer from this issue.
136136

137-
If you want to enforce the behavior from Quarto 1.5, you can set the [environment variable](/docs/advanced/environment-vars.qmd) `QUARTO_RUN_NO_NETWORK` to `true`.
137+
If you want to enforce the behavior from Quarto 1.6, you can set the [environment variable](/docs/advanced/environment-vars.qmd) `QUARTO_RUN_NO_NETWORK` to `true`.
138138
Note that this means that the imports from `stdlib/` will not work in general.
139139

140140
You may come across example code that embeds versions directly in Deno library imports. For example:

0 commit comments

Comments
 (0)