Skip to content

Commit a0a5840

Browse files
author
serverpod_cloud
committed
feat: 921b3b9aeaf0146fbad8976707aab2ca94bd02e4
1 parent d67693c commit a0a5840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverpod_cloud_cli/lib/commands/project/project.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class ProjectCommands {
2626
// This behavior will be changed in the future.
2727
final planNames = await cloudApiClient.plans.listProcuredPlanNames();
2828
if (planNames.isEmpty) {
29-
const defaultPlanName = 'closed-beta';
29+
const defaultPlanName = 'early-access';
3030
try {
3131
await cloudApiClient.plans.procurePlan(planName: defaultPlanName);
3232
} on ResourceDeniedException catch (e) {

0 commit comments

Comments
 (0)