Skip to content

Commit 128ffe1

Browse files
Chore: Fix readme flag of always_recreate_environment (#4682)
1 parent 92c16f3 commit 128ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ The `always_recreate_environment` boolean plan option can alter this behavior. W
409409
config = Config(
410410
model_defaults=ModelDefaultsConfig(dialect=<dialect>),
411411
plan=PlanConfig(
412-
always_compare_against_prod=True,
412+
always_recreate_environment=True,
413413
),
414414
)
415415
```

0 commit comments

Comments
 (0)