From f1806d4bbd9fa83deee302fe509dabc19e5a90b8 Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Wed, 22 May 2019 16:02:15 -0700 Subject: [PATCH] Update description of overwrite-content Should be overwrite-content, not overwrite_content: https://github.com/awslabs/aws-api-gateway-developer-portal/issues/263#issuecomment-494753756 --- cloudformation/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/template.yaml b/cloudformation/template.yaml index b925350a9..551cafc15 100644 --- a/cloudformation/template.yaml +++ b/cloudformation/template.yaml @@ -72,7 +72,7 @@ Parameters: StaticAssetRebuildMode: Type: String - Description: By default, a static asset rebuild doesn't overwrite custom-content. Provide the value `overwrite_content` to replace the custom-content with your local version. Don't do this unless you know what you're doing -- all custom changes in your s3 bucket will be lost. + Description: By default, a static asset rebuild doesn't overwrite custom-content. Provide the value `overwrite-content` to replace the custom-content with your local version. Don't do this unless you know what you're doing -- all custom changes in your s3 bucket will be lost. Default: '' MarketplaceSubscriptionTopicProductCode: