Skip to content

Commit

Permalink
fix create_site (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 7, 2024
1 parent 288a5b2 commit 129b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scripts/create_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def asbool(s):
transaction.commit()
app._p_jar.sync()

site_api.create_site(
site_api.create(
context=app,
distribution_name=distribution,
answers=answers,
Expand Down

0 comments on commit 129b723

Please sign in to comment.