Skip to content

Commit a30f000

Browse files
committed
Clean subprocess call when running jobrunner
1 parent 73c5212 commit a30f000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobrunner/cli/_jobrunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def jobrunner(ctx, version):
2222
"""
2323
if ctx.invoked_subcommand is None and not version:
2424
subprocess.run(
25-
"export PATH=~/.local/bin:/usr/local/bin:$PATH && jobrunner --help",
25+
"jobrunner --help",
2626
shell=True,
2727
check=True,
2828
)

0 commit comments

Comments
 (0)