Skip to content

Commit c3c5637

Browse files
authored
docs: fix example payload syntax
`env` is not a list.
1 parent 96aebb0 commit c3c5637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/bootstrap-taskgraph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ support `hashes with url requirements`_:
151151
152152
payload:
153153
env:
154-
- PIP_DISABLE_REQUIRE_HASHES: 1
154+
PIP_DISABLE_REQUIRE_HASHES: 1
155155
156156
.. note::
157157

0 commit comments

Comments
 (0)