From 0e38857ca72f0a5fe0af303c9db2f70e066cd7c3 Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Thu, 10 Aug 2023 13:30:05 +0200 Subject: [PATCH] Fix minor typo in test help --- taskcat/_cli_modules/test.py | 4 ++-- taskcat/_cli_modules/upload.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/taskcat/_cli_modules/test.py b/taskcat/_cli_modules/test.py index 2ee06484..93b0ab91 100644 --- a/taskcat/_cli_modules/test.py +++ b/taskcat/_cli_modules/test.py @@ -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 @@ -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 diff --git a/taskcat/_cli_modules/upload.py b/taskcat/_cli_modules/upload.py index 413b2e47..604a7121 100644 --- a/taskcat/_cli_modules/upload.py +++ b/taskcat/_cli_modules/upload.py @@ -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