Skip to content

Commit 0276a3b

Browse files
committed
Run the tar subprocess from the repository root
1 parent a1bbceb commit 0276a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hypothesistooling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,6 @@ def decrypt_secrets():
424424
'-d'
425425
])
426426

427-
subprocess.check_call(['tar', '-xvf', SECRETS_TAR])
427+
subprocess.check_call(['tar', '-xvf', SECRETS_TAR], cwd=ROOT)
428428

429429
os.chmod(DEPLOY_KEY, int('0600', 8))

0 commit comments

Comments
 (0)