We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fe88d commit 3747b53Copy full SHA for 3747b53
st2common/bin/st2-generate-schemas
@@ -37,7 +37,7 @@ def init():
37
schemas_dir = os.path.abspath(os.path.join(scripts_dir, "../../contrib/schemas"))
38
39
# set the default for backwards compatibility
40
- generate_schemas.default_scchemas_dir = schemas_dir
+ generate_schemas.default_schemas_dir = schemas_dir
41
42
43
if __name__ == "__main__":
0 commit comments