Skip to content

Commit 0280e80

Browse files
committed
Adapt to changes in gix-fs
1 parent e20b111 commit 0280e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/it/src/commands/copy_royal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(super) mod function {
2929
{
3030
let rela_path = gix::path::from_bstr(rela_path);
3131
let src = worktree_dir.join(&rela_path);
32-
stack.make_relative_path_current(&rela_path, &mut create_dir)?;
32+
stack.make_relative_path_current(&*rela_path, &mut create_dir)?;
3333
let dst = stack.current();
3434

3535
eprintln!(

0 commit comments

Comments
 (0)