refactor: Standardized paths module function names to not use 'path' in the name and to just always be either 'dir' or 'file'
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-21 10:15:42 -06:00
parent 79d43c8791
commit 6f2594712f
12 changed files with 63 additions and 66 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ fn copy_host_files(name: &str) -> Result<()> {
);
}
let oauth_tokens_dir = paths::oauth_tokens_path();
let oauth_tokens_dir = paths::oauth_tokens_dir();
if oauth_tokens_dir.exists() {
let sandbox_oauth_dir = "/home/agent/.cache/coyote/oauth";
ensure_sandbox_dir(name, sandbox_oauth_dir)?;