summaryrefslogtreecommitdiff
path: root/update-count.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-15 18:19:11 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-05-15 18:21:37 +0200
commitf1cb81743dc0dcf82c286ee3857101accc719a4b (patch)
treeb062de33ac3bf02c10ee81343ea250ced30cb4b6 /update-count.sh
parente42e270b4412c9cad0b6e9a6dfcbf31e3928d92e (diff)
downloadmemory-leaks-f1cb81743dc0dcf82c286ee3857101accc719a4b.tar.xz
Fix hook after index.md renaming
Diffstat (limited to 'update-count.sh')
-rwxr-xr-xupdate-count.sh2
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