mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fixt
This commit is contained in:
@@ -282,7 +282,7 @@ impl ConfigService {
|
||||
.map_err(|err| ConfigServiceError::io("failed to load configuration", err))?;
|
||||
let user_layer = match layers.get_user_layer() {
|
||||
Some(layer) => Cow::Borrowed(layer),
|
||||
None => Cow::Owned(create_empty_user_layer(&allowed_path).await?),
|
||||
None => Cow::Owned(create_empty_user_layer(&provided_path).await?),
|
||||
};
|
||||
|
||||
if let Some(expected) = expected_version.as_deref()
|
||||
|
||||
Reference in New Issue
Block a user