Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit d9e0ce8

Browse files
committed
Cleanup
1 parent 380e8d9 commit d9e0ce8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Command/Variable/VariableCommandBase.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,7 @@ private function listApps(Project $project, Environment $environment = null) {
323323
return false;
324324
}
325325
}
326-
$deployment = false;
327-
if ($environment) {
328-
$deployment = $this->api()->getCurrentDeployment($environment, false, false);
329-
}
326+
$deployment = $this->api()->getCurrentDeployment($environment, false, false);
330327
if (!$deployment) {
331328
return false;
332329
}

0 commit comments

Comments
 (0)