Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d2e5f94

Browse files
committed
fix schema typo
Signed-off-by: Nathan Sullivan <[email protected]>
1 parent 4c9df5d commit d2e5f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ var servicesSchemaDataV2 = `{
223223
"cache_from": {"$ref": "#/definitions/list_of_strings"},
224224
"labels": {"$ref": "#/definitions/list_or_dict"},
225225
"network": {"type": "string"},
226-
"target": {"type": "string"},
226+
"target": {"type": "string"}
227227
},
228228
"additionalProperties": false
229229
}

0 commit comments

Comments
 (0)