Skip to content

Commit b39e2c4

Browse files
authored
Fix reference to default_run_goal_use_sandbox option in docs. (#20546)
1 parent d82c578 commit b39e2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python/pants/backend/python/target_types.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ class PythonRunGoalUseSandboxField(TriBoolField):
157157
alias = "run_goal_use_sandbox"
158158
help = help_text(
159159
"""
160-
Whether to use a sandbox when `run`ning this target. Defaults to `[python].run_goal_use_sandbox`.
160+
Whether to use a sandbox when `run`ning this target. Defaults to
161+
`[python].default_run_goal_use_sandbox`.
161162
162163
If true, runs of this target with the `run` goal will copy the needed first-party sources
163164
into a temporary sandbox and run from there.

0 commit comments

Comments
 (0)