Skip to content

Commit

Permalink
Prefix Docker plugin name with "Kedro-" in usage message (kedro-org#57)
Browse files Browse the repository at this point in the history
* Prefix Docker plugin name with "Kedro-" in usage message

Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
Signed-off-by: Yassine Alouini <yalouini@idmog.com>
  • Loading branch information
deepyaman authored and Yassine Alouini committed Feb 24, 2023
1 parent 4a338a7 commit fa7b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-docker/kedro_docker/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _make_docker_args_option(**kwargs):
return click.option("--docker-args", **kwargs)


@click.group(name="Docker")
@click.group(name="Kedro-Docker")
def commands():
"""Kedro plugin for packaging a project with Docker"""
pass
Expand Down

0 comments on commit fa7b6bb

Please sign in to comment.