Skip to content

Commit 49da37c

Browse files
committed
fix: issue-3771, fix document error as not shortcut -f option in code.
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
1 parent 470f6a8 commit 49da37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to-guides/structuring-repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ An example of how such a repository would be structured is as follows:
9696

9797
Users can then apply the applying them to each environment in this way:
9898
```shell
99-
feast -f staging/feature_store.yaml apply
99+
feast --feature-store-yaml staging/feature_store.yaml apply
100100
```
101101

102102
This setup has the advantage that you can share the feature definitions entirely, which may prevent issues with copy-pasting code.

0 commit comments

Comments
 (0)