We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a9707 commit 28b0861Copy full SHA for 28b0861
1 file changed
lib/commands/clean.sh
@@ -170,7 +170,7 @@ cmd_clean() {
170
171
active_worktree_path=$(git rev-parse --show-toplevel 2>/dev/null || true)
172
if [ -n "$active_worktree_path" ]; then
173
- active_worktree_path=$(canonicalize_path "$active_worktree_path" || true)
+ active_worktree_path=$(canonicalize_path "$active_worktree_path" || printf "%s" "$active_worktree_path")
174
fi
175
176
if [ ! -d "$base_dir" ]; then
0 commit comments