diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index 49f4ddcb52..f60961762c 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -49,7 +49,7 @@ cat ./docs/THANKS { git log --use-mailmap "$start..HEAD" if [ -d "$CURLWWW" ]; then - git -C ../curl-www log --use-mailmap "$start..HEAD" + git -C "$CURLWWW" log --use-mailmap "$start..HEAD" fi } | \ grep -Eai '(^Author|^Commit|by):' | \