We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475845d commit cec11fdCopy full SHA for cec11fd
libs/_branch.sh
@@ -28,7 +28,7 @@ branch::_delete_worktree_and_branch() {
28
local bare_dir to_dir worktree_abs_dir
29
30
bare_dir="$(utils::get_bare_dir)"
31
- to_dir=$(utils::branch_to_ref_name "${branch}")
+ to_dir=$(utils::ref_to_dir_name "${branch}")
32
33
worktree_abs_dir="${bare_dir%%/}/${to_dir}"
34
0 commit comments