Skip to content

Commit e13a09f

Browse files
ComputelessComputerwarp-agent
andcommitted
fix legacy Personal-only bucket not being migrated to Personal
Co-Authored-By: Warp <agent@warp.dev>
1 parent 4e88d81 commit e13a09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ impl Storage {
336336
return Ok(());
337337
}
338338

339-
let old_names: &[&str] = &["John", "John-only"];
339+
let old_names: &[&str] = &["John", "John-only", "Personal-only"];
340340
let new_name = "Personal";
341341

342342
for entry in fs::read_dir(&tasks_dir)? {

0 commit comments

Comments
 (0)