diff options
Diffstat (limited to 'examples/regex-to-grammar.py')
-rw-r--r-- | examples/regex-to-grammar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/regex-to-grammar.py b/examples/regex-to-grammar.py index c98118e9..5cd9210a 100644 --- a/examples/regex-to-grammar.py +++ b/examples/regex-to-grammar.py @@ -8,7 +8,7 @@ print(subprocess.check_output( "python", os.path.join( os.path.dirname(os.path.realpath(__file__)), - "json-schema-to-grammar.py"), + "json_schema_to_grammar.py"), *rest, "-", "--raw-pattern", |