Skip to content

Commit d220a00

Browse files
committed
Fix typo.
1 parent 0701090 commit d220a00

File tree

1 file changed

+1
-1
lines changed
  • crates/database_upgrader/src/upgrader

1 file changed

+1
-1
lines changed

crates/database_upgrader/src/upgrader/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ async fn delete_stale_files(
466466
if let Err(error) = vfs::remove_dir(options.paths.local_dir()).await {
467467
tracing::error!(
468468
error = %error,
469-
"updgrade_accounts::remove_local_dir");
469+
"upgrade_accounts::remove_local_dir");
470470
}
471471

472472
Ok(files)

0 commit comments

Comments
 (0)