mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-11 21:26:24 +00:00
config generate: Fix "Application is ambiguous" when app slug is used
Connects-to: #1893 Change-type: patch
This commit is contained in:
parent
116ab1fbc1
commit
709f009f9b
@ -68,7 +68,7 @@ export async function generateBaseConfig(
|
|||||||
};
|
};
|
||||||
|
|
||||||
const config = (await getBalenaSdk().models.os.getConfig(
|
const config = (await getBalenaSdk().models.os.getConfig(
|
||||||
application.app_name,
|
application.slug,
|
||||||
options,
|
options,
|
||||||
)) as ImgConfig & { apiKey?: string };
|
)) as ImgConfig & { apiKey?: string };
|
||||||
// os.getConfig always returns a config for an app
|
// os.getConfig always returns a config for an app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user