Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
fixes #343
  • Loading branch information
ms-lolo committed Dec 12, 2024
1 parent aafcca3 commit 3358365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rats-devtools/src/python/rats/ci/_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def build_wheel(self) -> None:

@cli.command()
def build_image(self) -> None:
"""Update the version of the package found in pyproject.toml."""
"""Build a container image of the component."""
self._project_tools().build_component_image(self._selected_component().find_path(".").name)

@cli.command()
Expand Down

0 comments on commit 3358365

Please sign in to comment.