Skip to content

Commit 2bc9d3d

Browse files
committed
chore: fix scheme json
1 parent 14689fa commit 2bc9d3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scheme.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "JSON scheme for .ghqrc",
4-
"$ref": "#/definitions/Schema",
5-
"definitions": {
4+
"properties": {
65
"root": {
76
"type": "string",
87
"default": "~/ghq",

0 commit comments

Comments
 (0)