Fix typo in OVERRIDE_LOCK

Closes: #885
Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-02-04 10:58:09 +00:00
parent 94b267c199
commit f12f474516
No known key found for this signature in database
GPG Key ID: 49690ED87032539F

View File

@ -127,7 +127,7 @@ export class DeviceConfig {
static validKeys = [
'SUPERVISOR_VPN_CONTROL',
'OVERRRIDE_LOCK',
'OVERRIDE_LOCK',
..._.map(DeviceConfig.configKeys, 'envVarName'),
];