handle one path fetch case

This commit is contained in:
Daylin Morgan 2024-09-13 15:09:40 -05:00
parent 1bf6de3b30
commit 6c5254b6ad
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -56,7 +56,7 @@ proc parseDryRunOutput(err: string): DryRunOutput =
let lines = err.strip().splitLines()
let theseLines = collect:
for i, line in enumerate(lines):
if line.startswith("these"): i
if line.startswith("these") or line.startswith("this"): i
case theseLines.len:
of 2: