mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Fix typo when getting device config default values
Change-type: patch Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
This commit is contained in:
parent
000f9ae6c8
commit
f32de99aff
@ -313,7 +313,7 @@ export class DeviceConfig {
|
||||
},
|
||||
_.mapValues(
|
||||
_.mapKeys(DeviceConfig.configKeys, 'envVarName'),
|
||||
'defaultValues',
|
||||
'defaultValue',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user