Skip to content

Commit cec11fd

Browse files
author
lu0
committed
Fix call to utility function
1 parent 475845d commit cec11fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/_branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ branch::_delete_worktree_and_branch() {
2828
local bare_dir to_dir worktree_abs_dir
2929

3030
bare_dir="$(utils::get_bare_dir)"
31-
to_dir=$(utils::branch_to_ref_name "${branch}")
31+
to_dir=$(utils::ref_to_dir_name "${branch}")
3232

3333
worktree_abs_dir="${bare_dir%%/}/${to_dir}"
3434

0 commit comments

Comments
 (0)