Skip to content

Commit

Permalink
docs(apply): fixes docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain authored and ankitrgadiya committed Dec 14, 2022
1 parent ceb12c5 commit 18e2889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/apply/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def apply(values: str, secrets: str, files: Iterable[str], dryrun: bool = False,
@click.argument('files', nargs=-1)
def delete(values: str, secrets: str, files: Iterable[str], dryrun: bool = False) -> None:
"""
Apply resource manifests
Removes resources defined in the manifest
"""
glob_files, abs_values, abs_secrets = process_files_values_secrets(
files, values, secrets)
Expand Down

0 comments on commit 18e2889

Please sign in to comment.