mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
Merge pull request #1569 from balena-io/apps-git_repository-to-slug
Change the balena app action to present the slug instead of the git_repository
This commit is contained in:
commit
bda696ad8c
@ -128,7 +128,7 @@ exports.info =
|
|||||||
"$#{application.app_name}$"
|
"$#{application.app_name}$"
|
||||||
'id'
|
'id'
|
||||||
'device_type'
|
'device_type'
|
||||||
'git_repository'
|
'slug'
|
||||||
'commit'
|
'commit'
|
||||||
]
|
]
|
||||||
.nodeify(done)
|
.nodeify(done)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user