Skip to content

Commit 3747b53

Browse files
committed
typo fix
1 parent 47fe88d commit 3747b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2common/bin/st2-generate-schemas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def init():
3737
schemas_dir = os.path.abspath(os.path.join(scripts_dir, "../../contrib/schemas"))
3838

3939
# set the default for backwards compatibility
40-
generate_schemas.default_scchemas_dir = schemas_dir
40+
generate_schemas.default_schemas_dir = schemas_dir
4141

4242

4343
if __name__ == "__main__":

0 commit comments

Comments
 (0)