From de87a5a7ad20983f7a7bf264a2f7d85a58ef18a2 Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Tue, 17 Feb 2026 09:24:08 -0800 Subject: [PATCH] Fix async storage URL resolution return --- codex-rs/core/src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/config/mod.rs b/codex-rs/core/src/config/mod.rs index 21912f4205..aeeeb589e2 100644 --- a/codex-rs/core/src/config/mod.rs +++ b/codex-rs/core/src/config/mod.rs @@ -1934,7 +1934,7 @@ impl Config { )); } }; - Ok(resolved?) + resolved } fn load_instructions(codex_dir: Option<&Path>) -> Option {