mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
push: Stop unnecessarily fetching the application name
Change-type: patch
This commit is contained in:
parent
05a96fa60e
commit
bcadbdbed8
@ -328,7 +328,7 @@ export default class PushCmd extends Command {
|
||||
]);
|
||||
|
||||
const application = await getApplication(sdk, appNameOrSlug, {
|
||||
$select: ['app_name', 'slug'],
|
||||
$select: 'slug',
|
||||
});
|
||||
|
||||
const opts = {
|
||||
|
Loading…
Reference in New Issue
Block a user