Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Key used to be serialized as apps instead
Browse files Browse the repository at this point in the history
Introduced in #72
  • Loading branch information
raulb committed Sep 13, 2017
1 parent 77a47a3 commit b80d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/pipelines/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
let owner

if (context.flags.json) {
cli.styledJSON({pipeline, pipelineApps})
cli.styledJSON({pipeline, apps: pipelineApps})
} else {
cli.log(`name: ${pipeline.name}`)

Expand Down

0 comments on commit b80d728

Please sign in to comment.