Rename localcommit to localrelease in target state for local mode

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-02-05 16:55:49 +00:00
parent dfd98efe8b
commit af948e76f3
No known key found for this signature in database
GPG Key ID: 49690ED87032539F

View File

@ -297,7 +297,7 @@ function generateTargetState(
targetState.local.apps = {
1: {
name: 'localapp',
commit: 'localcommit',
commit: 'localrelease',
releaseId: '1',
services,
volumes: composition.volumes || {},