Fix config creation

This commit is contained in:
Eric Espie
2026-04-14 17:19:18 +02:00
parent 662d6e3fb4
commit 5ff640dfe7

View File

@@ -375,7 +375,7 @@ class RunTimeEnvironment
throw new Exception('Failed to record the installation information');
}
$oConfig->UpdateIncludes($this->sBuildEnv);
$oConfig->UpdateIncludes('env-'.$this->sBuildEnv);
$sEnvironmentLabel = $this->GetFinalEnv().' (built on '.date('Y-m-d').')';
$oConfig->Set('app_env_label', $sEnvironmentLabel, $sSourceDesc);