79213114

Date: 2024-11-21 22:44:42
Score: 0.5
Natty:
Report link

Not shown in the question above, but the problem was to do with how I invoked Git in the following command (specifically, the "git rev-list" part):

LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))

Once I had fixed this, the BATS test worked correctly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: GarlicBread