Skip to content

Commit 6f2b71b

Browse files
committed
Fix Typo
1 parent 0ab1364 commit 6f2b71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ testdoc: gen-doc _serve
101101

102102
# Generate the Python data model
103103
gen-python:
104-
poetry run gen-project -d {{pymodel}} -I python {{source_schema_path}}
104+
poetry run gen-project -d {{pymodel}} -I python {{source_schema_path}}
105105

106106
# Generate project files including Python data model
107107
[group('model development')]

0 commit comments

Comments
 (0)