Compare commits
3 Commits
fix/issue-
...
v0.2.8
| Author | SHA1 | Date | |
|---|---|---|---|
| 937b7c69de | |||
|
|
2051266809 | ||
| 80a3228be9 |
@@ -10,7 +10,7 @@ issue_ref_to_worktree_path() {
|
||||
local issue_ref="$1"
|
||||
local parent_dir="${2:-$WORKTREES_DIR}"
|
||||
local worktree_name=$(issue_ref_to_worktree_name "$issue_ref")
|
||||
echo "$parent_dir/.kugetsu-worktrees/$worktree_name"
|
||||
echo "$parent_dir/$worktree_name"
|
||||
}
|
||||
|
||||
issue_ref_to_branch_name() {
|
||||
|
||||
Reference in New Issue
Block a user