Skip to content

Commit

Permalink
change db_path format back to the original value path in schema_database
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee committed Oct 18, 2024
1 parent 5e90741 commit a9af810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/schema_database.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"db_path": {
"type": "string",
"exists": true,
"format": "file-path",
"format": "path",
"errorMessage": "db_path should be either a file path or a directory."
}
},
Expand Down

0 comments on commit a9af810

Please sign in to comment.