You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/gitbutler-oplog/src/oplog.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ pub fn prepare_snapshot(
448
448
// It may be the case that with the refactoring through `but-meta` the head value is no longer in sync so sync_heads_with_references is the final attempt to sync it
449
449
// This is relevant only for snapshot restore.
450
450
// Create a blob out of `.git/gitbutler/virtual_branches.toml`
451
-
let vb_path = repo.path().join("gitbutler").join("virtual_branches.toml");
451
+
let vb_path = ctx.project_data_dir().join("virtual_branches.toml");
0 commit comments