Skip to content

Commit

Permalink
Fix invalid JSON in cgmanifest.json (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoshibata authored Dec 30, 2019
1 parent fd45fdd commit 54389a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"type": "git"
}
},
{
{
"component": {
"git": {
"commitHash": "e8c599bca6c56c44b6730ad93f6abbc9ecd60fc1",
Expand All @@ -399,8 +399,8 @@
"type": "git"
}
},
{
"component":{
{
"component":{
"type": "other",
"Other": {
"Name": "Go",
Expand Down Expand Up @@ -446,7 +446,7 @@
},
"type": "git"
}
}
},
{
"component": {
"git": {
Expand Down

0 comments on commit 54389a7

Please sign in to comment.