Skip to content

Commit

Permalink
BUG: Empty old project report
Browse files Browse the repository at this point in the history
The parent directory is used in a test, but it did not have the same name when the project was checkout in the old worktree.

* Insert the parent directory name in the worktree.
  • Loading branch information
Joppe committed Mar 18, 2024
1 parent cb3a8a7 commit 3bb6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ ifndef $($/_HOME_DIR)
endef
$(eval $(META))
endif
$/_OLD := $($/_HOME)build/$($/_BASELINE)/$/
$/_OLD := $($/_HOME)build/$($/_BASELINE)/$($/_NAME)/$/

## Colorize edited files by their git status
NORMAL ?= `tput sgr0`
Expand Down

0 comments on commit 3bb6438

Please sign in to comment.