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:
Pablo Carranza Velez 2019-03-19 13:46:17 -07:00
parent 000f9ae6c8
commit f32de99aff

View File

@ -313,7 +313,7 @@ export class DeviceConfig {
},
_.mapValues(
_.mapKeys(DeviceConfig.configKeys, 'envVarName'),
'defaultValues',
'defaultValue',
),
);
}