We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b42fa commit 0c594e4Copy full SHA for 0c594e4
icechunk/src/asset_manager.rs
@@ -475,7 +475,7 @@ impl AssetManager {
475
let (repo_info, repo_version) = self.fetch_repo_info().await?;
476
let backup_path = self.backup_path_for_repo_info();
477
let new_repo = update(repo_info, backup_path.as_str())?;
478
- trace!(attempts, "Atempting to update repo object");
+ trace!(attempts, "Attempting to update repo object");
479
match write_repo_info(
480
Arc::clone(&new_repo),
481
&repo_version,
0 commit comments