Skip to content

Commit abdc993

Browse files
AdrianoKFmaxmynter
authored andcommitted
fix(client): Fix jobs_execute script definition
The script was still using the `jobs.execute` module (old spelling).
1 parent 3c55bed commit abdc993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dynamic = ["version"]
2020
license = { text = "Apache-2.0" }
2121

2222
[project.scripts]
23-
jobs_execute = "jobs.execute:execute"
23+
jobs_execute = "jobq.execute:execute"
2424
jobq = "cli:main"
2525

2626
[project.optional-dependencies]

0 commit comments

Comments
 (0)