Skip to content

Commit

Permalink
Fix minor typo in test help
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Aug 10, 2023
1 parent 7a6ae64 commit 0e38857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions taskcat/_cli_modules/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def retry(
:param region: region stack is in
:param stack_name: name of parent stack
:param resource_name: logical id of child stack that will be re-launched
:param config_file: path to either a taskat project config file or a
:param config_file: path to either a taskcat project config file or a
CloudFormation template
:param project_root: root path of the project relative to input_file
:param no_delete: don't delete stacks after test is complete
Expand Down Expand Up @@ -129,7 +129,7 @@ def run( # noqa: C901
"""tests whether CloudFormation templates are able to successfully launch
:param test_names: comma separated list of tests to run
:param regions: comma separated list of regions to test in
:param input_file: path to either a taskat project config file or a CloudFormation template
:param input_file: path to either a taskcat project config file or a CloudFormation template
:param project_root: root path of the project relative to input_file
:param no_delete: don't delete stacks after test is complete
:param lint_disable: disable cfn-lint checks
Expand Down
2 changes: 1 addition & 1 deletion taskcat/_cli_modules/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
): # pylint: disable=too-many-locals
"""does lambda packaging and uploads to s3
:param config_file: path to taskat project config file
:param config_file: path to taskcat project config file
:param enable_sig_v2: enable legacy sigv2 requests for auto-created buckets
:param bucket_name: set bucket name instead of generating it. If regional
buckets are enabled, will use this as a prefix
Expand Down

0 comments on commit 0e38857

Please sign in to comment.