mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
migrations: Use the correct service name for legacy apps
Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
b6631b7367
commit
f009e34293
@ -38,7 +38,7 @@ var singleToMulticontainerApp = function (app) {
|
||||
{
|
||||
serviceId: 1,
|
||||
appId: appId,
|
||||
serviceName: app.name.toLowerCase(),
|
||||
serviceName: 'main',
|
||||
imageId: 1,
|
||||
commit: app.commit,
|
||||
releaseId: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user