Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 91cf2d5

Browse files
authored
Fix spelling error
1 parent f7759bd commit 91cf2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/create-production-site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function configure() {
2525
$this
2626
->setDescription( 'Creates a new production site (on Pressable).' )
2727
->setHelp( 'This command allows you to create a new production site.' )
28-
->addOption( 'site-name', null, InputOption::VALUE_REQUIRED, 'This is root name that will be given to the site. Think of it as really the project name. No need to specifiy "prod" or "development" in the naming here. The script will take care of that for you -- no spaces, hyphens, non-alphanumeric characters, or capitalized letters.' )
28+
->addOption( 'site-name', null, InputOption::VALUE_REQUIRED, 'This is root name that will be given to the site. Think of it as really the project name. No need to specify "prod" or "development" in the naming here. The script will take care of that for you -- no spaces, hyphens, non-alphanumeric characters, or capitalized letters.' )
2929
->addOption( 'connect-to-repo', null, InputOption::VALUE_REQUIRED, "The repository you'd like to have automatically configured in DeployHQ to work with the new site. This accepts the repository slug.\nOnly GitHub repositories are supported and they must be in the a8cteam51 organization, otherwise the script won't have access." )
3030
->addOption( 'zone-id', null, InputOption::VALUE_REQUIRED, "The datacenter zone to be setup on Pressable and DeployHQ. Can be EU or US. By default it's US Central. Additionally, you can use US-East or US-West" )
3131
->addOption( 'template-id', null, InputOption::VALUE_OPTIONAL, "The template that will be used while creating the project on DeployHQ. By default the DEPLOY_HQ_DEFAULT_PROJECT_TEMPLATE config param is used." );

0 commit comments

Comments
 (0)