Skip to content

Commit

Permalink
Merge pull request #69 from Infectious-Disease-Modeling-Hubs/bsweger/…
Browse files Browse the repository at this point in the history
…fix-cloud-typo

Fix typo on required cloud field
  • Loading branch information
elray1 authored Mar 12, 2024
2 parents 2bb9456 + a49efdf commit 5585912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.0.1/admin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"enabled": {"type": "boolean"},
"host": {
"type": "object",
"required": ["name", "storage_servce", "storage_location"],
"required": ["name", "storage_service", "storage_location"],
"properties": {
"name": {
"description": "Name of the cloud storage provider.",
Expand Down

0 comments on commit 5585912

Please sign in to comment.