Skip to content

Commit b187599

Browse files
committed
feat: add default value for cloud provider name
1 parent b5976cb commit b187599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Provider/ConnectProviderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function configure()
6161
*/
6262
protected function perform(InputInterface $input, ConsoleOutput $output)
6363
{
64-
$name = $output->ask('Please enter a name for the cloud provider connection');
64+
$name = $output->ask('Please enter a name for the cloud provider connection', 'AWS');
6565

6666
$credentials = $this->getAwsCredentials($output);
6767

0 commit comments

Comments
 (0)