Skip to content

Commit

Permalink
fix: make 'berty-release projects' display valid JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 24, 2018
1 parent f9f4598 commit 9376f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/berty-release/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var projectsCmd = &cobra.Command{
panic(err)
}

fmt.Println(pret)
fmt.Println(string(pret))
},
}

Expand Down

0 comments on commit 9376f4e

Please sign in to comment.