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:
Thodoris Greasidis 2020-01-15 13:36:18 +02:00 committed by GitHub
commit bda696ad8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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