mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
rename environmentVariables to environment
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4a69d53a67
commit
b13cb77ce2
4 changed files with 15 additions and 16 deletions
|
|
@ -172,7 +172,7 @@ class ContainerDefinitionFetcher
|
|||
}
|
||||
|
||||
$variables = new ContainerEnvironmentVariables();
|
||||
foreach ($entry['environmentVariables'] as $value) {
|
||||
foreach ($entry['environment'] as $value) {
|
||||
$variables->AddVariable($value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue