mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Use AbsolutePathBuf in skill loading and codex_home (#17407)
Helps with FS migration later
This commit is contained in:
committed by
GitHub
Unverified
parent
d25a9822a7
commit
ac82443d07
@@ -101,8 +101,8 @@ fn managed_ca_paths() -> Result<(PathBuf, PathBuf)> {
|
||||
find_codex_home().context("failed to resolve CODEX_HOME for managed MITM CA")?;
|
||||
let proxy_dir = codex_home.join(MANAGED_MITM_CA_DIR);
|
||||
Ok((
|
||||
proxy_dir.join(MANAGED_MITM_CA_CERT),
|
||||
proxy_dir.join(MANAGED_MITM_CA_KEY),
|
||||
proxy_dir.join(MANAGED_MITM_CA_CERT).to_path_buf(),
|
||||
proxy_dir.join(MANAGED_MITM_CA_KEY).to_path_buf(),
|
||||
))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user