Skip to content

Commit 0a3b9b7

Browse files
committed
fixup! fixup! datamodel: management: reverting to absolute path for unix-socket
1 parent 52bf81a commit 0a3b9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/knot_resolver/datamodel/config_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def kres_config_json_schema() -> Dict[str, Any]:
267267
"""
268268

269269
context = get_global_validation_context()
270-
set_global_validation_context(Context(RUN_DIR, False))
270+
set_global_validation_context(Context(None, False))
271271

272272
schema = KresConfig.json_schema(
273273
schema_id=f"https://www.knot-resolver.cz/documentation/v{VERSION}/_static/config.schema.json",

0 commit comments

Comments
 (0)