Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emoscardini committed Nov 8, 2023
1 parent ee5444d commit dc4ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def main():
root_check()

# create temp dir to gather all logs
tmp_dir_path = tepmpfile.mkdtemp(prefix="/root/nf-")
tmp_dir_path = tempfile.mkdtemp(prefix="/root/nf-")
main()
except KeyboardInterrupt:
exit_gracefully(tmp_dir_path)

0 comments on commit dc4ea2b

Please sign in to comment.