Skip to content

Commit dc613d0

Browse files
authored
fix tag docs (#3768)
1 parent 9f9f29a commit dc613d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/plans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ These examples demonstrate how to select which models to restate based on model
351351
352352
```bash
353353
# All selected models (including upstream models) will also include their downstream models
354-
sqlmesh plan --restate-model "+db.model_a" --restate-model "tag:+expensive"
354+
sqlmesh plan --restate-model "+db.model_a" --restate-model "+tag:expensive"
355355
```
356356
357357
=== "Wildcards"
@@ -363,7 +363,7 @@ These examples demonstrate how to select which models to restate based on model
363363
=== "Upstream + Wildcards"
364364
365365
```bash
366-
sqlmesh plan --restate-model "+db*" --restate-model "tag:+exp*"
366+
sqlmesh plan --restate-model "+db*" --restate-model "+tag:exp*"
367367
```
368368
369369
=== "Specific Date Range"

0 commit comments

Comments
 (0)