Skip to content

Commit

Permalink
Fixed nox task amalgate_lua_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 13, 2024
1 parent 74bd145 commit 88c65a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def install_dev_env(session: Session):

@nox.session(python=False)
def amalgate_lua_scripts(session: Session):
script = ROOT_DIR / "exasol" / "analytics" / "deployment" / "regenerate_scripts.py"
script = ROOT_DIR / "exasol" / "analytics" / "query_handler" / "deployment" / "regenerate_scripts.py"
_run_in_dev_env_poetry_call(session, "python", str(script))


Expand Down

0 comments on commit 88c65a1

Please sign in to comment.