Merge pull request #875 from balena-io/fix-initial-config

fix: Fix intial config reporting
This commit is contained in:
CameronDiver 2019-01-23 18:10:54 +00:00 committed by GitHub
commit 2c30b55a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -629,7 +629,7 @@ export class APIBinder {
if (targetConfig[key] == null && value !== defaultConfig[key]) {
const envVar = {
varValue,
value: varValue,
device: deviceId,
name: 'RESIN_' + key,
};