Skip to content

Commit bee96ac

Browse files
committed
Case 27689; typo
1 parent 376ca23 commit bee96ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chain/chain-site-build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage: drupal site:build:ci --placeholder="name:subscriptions"
22
command:
3-
name: site:rebuild:ci
3+
name: site:build:ci
44
description: 'Builds site for CI.'
55
commands:
66
# Generate the settings.

chain/chain-site-build-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage: drupal site:build:prod --placeholder="name:subscriptions"
22
command:
3-
name: site:rebuild:prod
3+
name: site:build:prod
44
description: 'Runs updates on Production.'
55
commands:
66
# Run updates.

chain/chain-site-build-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage: drupal site:build:qa --placeholder="name:subscriptions"
22
command:
3-
name: site:rebuild:qa
3+
name: site:build:qa
44
description: 'Builds site for QA.'
55
commands:
66
# Generate the settings.

chain/chain-site-build-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage: drupal site:build:staging --placeholder="name:subscriptions"
22
command:
3-
name: site:rebuild:staging
3+
name: site:build:staging
44
description: 'Builds site for Staging.'
55
commands:
66
# Generate the settings.

0 commit comments

Comments
 (0)