diff options
Diffstat (limited to 'update-count.sh')
| -rwxr-xr-x | update-count.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-count.sh b/update-count.sh index eb9b5e2..8ada899 100755 --- a/update-count.sh +++ b/update-count.sh @@ -26,4 +26,4 @@ read words pages < <(list-tracked | count-leaks) pattern="\([0-9]*\) words in \([0-9]*\) pages" actual="${words} words in ${pages} pages" -sed -i "s/${pattern}/${actual}/" index.md +sed -i "s/${pattern}/${actual}/" README.md |
