Skip to content

Commit fb18456

Browse files
committed
fix: fix typo to fix CI typo check
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 6a4f249 commit fb18456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/mount/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ impl ObjectStoreFactory for MountFactory {
4242
url: &Url,
4343
config: &StorageConfig,
4444
) -> DeltaResult<(ObjectStoreRef, Path)> {
45-
let moutn_config =
45+
let mount_config =
4646
config::MountConfigHelper::try_new(config.raw.as_mount_options())?.build()?;
4747

4848
let allow_unsafe_rename = str_is_truthy(
49-
moutn_config
49+
mount_config
5050
.get(&crate::config::MountConfigKey::AllowUnsafeRename)
5151
.unwrap_or(&String::new()),
5252
);

0 commit comments

Comments
 (0)