Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored May 10, 2024
1 parent f1d23e0 commit 519e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def delete_pod(pod):
data = f.read()
#jid = int(data.strip())
jid = data
process = os.popen(f"arckill {jid}")
process = os.popen(f"export BEARER_TOKEN=$(cat {token_path}) && arckill {jid}")
preprocessed = process.read()
process.close()

Expand Down

0 comments on commit 519e7d5

Please sign in to comment.