Skip to content

Commit

Permalink
fix: Small typo in CLI (#2578)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Tan <benjamin.tan@tech.jago.com>

Co-authored-by: Benjamin Tan <benjamin.tan@tech.jago.com>
  • Loading branch information
2 people authored and adchia committed Apr 20, 2022
1 parent 28752f2 commit 8717bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def version():
@click.pass_context
def endpoint(ctx: click.Context):
"""
Display feature server endpoints.
Display feature server endpoints
"""
repo = ctx.obj["CHDIR"]
cli_check_repo(repo)
Expand Down Expand Up @@ -593,7 +593,7 @@ def serve_command(ctx: click.Context, host: str, port: int, no_access_log: bool)
)
@click.pass_context
def serve_transformations_command(ctx: click.Context, port: int):
"""[Experimental] Start a the feature consumption server locally on a given port."""
"""[Experimental] Start a feature consumption server locally on a given port."""
repo = ctx.obj["CHDIR"]
cli_check_repo(repo)
store = FeatureStore(repo_path=str(repo))
Expand Down

0 comments on commit 8717bc8

Please sign in to comment.