Change the balena app action to present the slug instead of the git_repository

The `git_repository` field was replaced in the v5
endpoint with the `slug` field. As a result the CLI atm
never shows the `git_repository` in the printed
visual.


Change-type: patch
This commit is contained in:
Thodoris Greasidis 2020-01-15 01:52:12 +02:00
parent a2ca8e8f73
commit ef4ee54a00

View File

@ -128,7 +128,7 @@ exports.info =
"$#{application.app_name}$"
'id'
'device_type'
'git_repository'
'slug'
'commit'
]
.nodeify(done)