Skip to content

Commit

Permalink
Fix provider role to be list
Browse files Browse the repository at this point in the history
Provider roles must be lists per the spec, this fixes the GCP provider.
  • Loading branch information
lossyrob authored May 31, 2020
1 parent 9d2345e commit c5541d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disasters/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"name": "Google Cloud Platform",
"roles": "host",
"roles": ["host"],
"description": "Hosting is done on a GCP storage bucket owned by the Planet Disaster Data team",
"url": "https://storage.googleapis.com/pdd-stac/"
}
Expand Down

0 comments on commit c5541d3

Please # to comment.