summaryrefslogtreecommitdiff
path: root/update-count.sh
diff options
context:
space:
mode:
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 f592bcb..d0a094e 100755
--- a/update-count.sh
+++ b/update-count.sh
@@ -2,7 +2,7 @@
list-tracked ()
{
- GIT_LITERAL_PATHSPECS='' git ls-files '*.md'
+ GIT_LITERAL_PATHSPECS='' git ls-files '*.md' '*.org'
}
count-leaks ()