Skip to content

Commit c827a54

Browse files
use consistent spelling of subdomain
1 parent 2bcd63f commit c827a54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beta-template.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters:
1010
Description: AWS Route53 Hosted Zone ID for base domain name.
1111
SubdomainName:
1212
Type: String
13-
Description: Sub domain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
13+
Description: Subdomain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org').
1414
# LogBucket:
1515
# Type: String
1616
# Default: cdo-logs.s3.amazonaws.com

deploy-beta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BASE_DOMAIN=${BASE_DOMAIN-'dev-code.org'}
1919
# Default to lookup the hosted zone by name.
2020
BASE_DOMAIN_HOSTED_ZONE_ID=${BASE_DOMAIN_HOSTED_ZONE_ID-$(get_hosted_zone "${BASE_DOMAIN}")}
2121

22-
# Use sub domain name as the CloudFormation Stack name.
22+
# Use subdomain name as the CloudFormation Stack name.
2323
STACK=${SUBDOMAIN}
2424

2525
PROVISIONED_CONCURRENT_EXECUTIONS=${PROVISIONED_CONCURRENT_EXECUTIONS-'1'}

0 commit comments

Comments
 (0)