Skip to content

Commit

Permalink
fixup escaping of symbols in the remotehosts schema
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Apr 30, 2024
1 parent 7f70278 commit 987ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"properties": {
"controller-ip-address": {
"type": "string",
"pattern": "^\d{1,3}\\.\d{1,3}\\.\d{1,3}\\.\d{1,3}$"
"pattern": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"
},
"cpu-partitioning": {
"type": "boolean"
Expand Down

0 comments on commit 987ae35

Please sign in to comment.