Skip to content

Commit

Permalink
fix(client): Fix jobs_execute script definition
Browse files Browse the repository at this point in the history
The script was still using the `jobs.execute` module (old spelling).
  • Loading branch information
AdrianoKF authored and maxmynter committed Oct 16, 2024
1 parent 3c55bed commit abdc993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynamic = ["version"]
license = { text = "Apache-2.0" }

[project.scripts]
jobs_execute = "jobs.execute:execute"
jobs_execute = "jobq.execute:execute"
jobq = "cli:main"

[project.optional-dependencies]
Expand Down

0 comments on commit abdc993

Please sign in to comment.