Skip to content

Commit 01fbecc

Browse files
committed
Renamed command in Makefile
Signed-off-by: Aniket Paluskar <[email protected]>
1 parent fd0ddb0 commit 01fbecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ compile-python-datamodels:
739739
patch-datamodels:
740740
cd sdk/python/feast/datamodels && python patch_datamodels.py
741741

742-
generate-datamodels: compile-protos-python patch-datamodels
742+
generate-python-datamodels: compile-python-datamodels patch-datamodels
743743

744744
install-go-ci-dependencies:
745745
go install golang.org/x/tools/cmd/goimports

0 commit comments

Comments
 (0)