Skip to content

Commit

Permalink
update _path.py, use mkdir on ~/.orchestr8
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Dec 5, 2024
1 parent 6939e14 commit bfb72e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchestr8/_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pathlib import Path

DOT_ORCHESTR8 = Path.home() / ".orchestr8"
DOT_ORCHESTR8.mkdir(exist_ok=True)
MKCERT_LOCALHOST_SSL_CERT_FILE = DOT_ORCHESTR8 / "mkcert-localhost.pem"
"""The certificate file for localhost."""
MKCERT_LOCALHOST_SSL_PKEY_FILE = DOT_ORCHESTR8 / "mkcert-localhost-key.pem"
Expand Down

0 comments on commit bfb72e4

Please sign in to comment.