mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 23:54:12 +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(
|
||||
application.app_name,
|
||||
application.slug,
|
||||
options,
|
||||
)) as ImgConfig & { apiKey?: string };
|
||||
// os.getConfig always returns a config for an app
|
||||
|
Loading…
x
Reference in New Issue
Block a user