Skip to content

Commit 8717bc8

Browse files
benjamintanweihaoBenjamin Tan
authored andcommitted
fix: Small typo in CLI (#2578)
Signed-off-by: Benjamin Tan <benjamin.tan@tech.jago.com> Co-authored-by: Benjamin Tan <benjamin.tan@tech.jago.com>
1 parent 28752f2 commit 8717bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/feast/cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def version():
113113
@click.pass_context
114114
def endpoint(ctx: click.Context):
115115
"""
116-
Display feature server endpoints.
116+
Display feature server endpoints
117117
"""
118118
repo = ctx.obj["CHDIR"]
119119
cli_check_repo(repo)
@@ -593,7 +593,7 @@ def serve_command(ctx: click.Context, host: str, port: int, no_access_log: bool)
593593
)
594594
@click.pass_context
595595
def serve_transformations_command(ctx: click.Context, port: int):
596-
"""[Experimental] Start a the feature consumption server locally on a given port."""
596+
"""[Experimental] Start a feature consumption server locally on a given port."""
597597
repo = ctx.obj["CHDIR"]
598598
cli_check_repo(repo)
599599
store = FeatureStore(repo_path=str(repo))

0 commit comments

Comments
 (0)