Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Sep 29, 2023
1 parent 79b20a6 commit d2b0c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/Docker/DockerActionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function CreateContainer(Container $container) : void {
if count($aioVariables > 0) {
$config = $this->configurationManager->GetConfig();
foreach($container->GetAioVariables()->GetVariables() as $variable) {
$config = $config[$variable->key] = $variable->value;
// $config = $config[$variable->key] = $variable->value;
}
$this->configurationManager->WriteConfig($config);
}
Expand Down

0 comments on commit d2b0c90

Please sign in to comment.