mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Fix typo in helpers_version schema (#2451)
This commit is contained in:
parent
4e2faeb782
commit
e1d54892d1
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
},
|
},
|
||||||
"helpers_version": {
|
"helpers_version": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[0.9]*\\.[0-9]*$"
|
"pattern": "^[0-9]*\\.[0-9]*$"
|
||||||
},
|
},
|
||||||
"architectures": {
|
"architectures": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue