We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa00c9 commit c307bc0Copy full SHA for c307bc0
src/Commands/Env/CodeRebuildCommand.php
@@ -37,7 +37,7 @@ public function rebuild(
37
$site_env
38
) {
39
$this->requireSiteIsNotFrozen($site_env);
40
- $site = $this->getSite($site_env);
+ $site = $this->getSiteById($site_env);
41
$env = $this->getEnv($site_env);
42
43
if ($env->getName() === 'test' || $env->getName() === 'live') {
0 commit comments