diff --git a/taskcat/_cli_modules/test.py b/taskcat/_cli_modules/test.py index 71e9cc0d..b18df34f 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 @@ -130,7 +130,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