Skip to content

Commit

Permalink
Update EnvCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jan 30, 2024
1 parent 76fe39d commit 068b778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/EnvCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function handle()
Helpers::ensure_api_token_is_available();

if ($this->argument('environment') === 'testing') {
Helpers::abort('Unable to create an environment called "testing"');
Helpers::abort('This environment name is reserved by Vapor. Please choose another environment name.');
}

$this->vapor->createEnvironment(
Expand Down

0 comments on commit 068b778

Please sign in to comment.