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 5d0ea74 commit bc205d8Copy full SHA for bc205d8
src/Commands/Remote/SSHBaseCommand.php
@@ -49,6 +49,7 @@ abstract class SSHBaseCommand extends TerminusCommand implements SiteAwareInterf
49
*/
50
protected function prepareEnvironment($site_env)
51
{
52
+ $this->requireSiteIsNotFrozen($site_env);
53
$this->site = $this->getSiteById($site_env);
54
$this->environment = $this->getEnv($site_env);
55
0 commit comments