about summary refs log tree commit diff
path: root/pre-commit
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-08-25 22:39:02 -0500
committergennyble <gen@nyble.dev>2023-08-25 22:39:02 -0500
commit5ba8d61dfa0d36f4d63f5eb6a6a466d1a6e8a6dd (patch)
tree3aa66f87e1b4d11449fbdc3408da643b96b9f91e /pre-commit
parentbf50edc9462d5144d989124b5317bbe2481f12e1 (diff)
downloadwhenwasit-5ba8d61dfa0d36f4d63f5eb6a6a466d1a6e8a6dd.tar.gz
whenwasit-5ba8d61dfa0d36f4d63f5eb6a6a466d1a6e8a6dd.zip
docs cleanup
Diffstat (limited to 'pre-commit')
-rwxr-xr-xpre-commit4
1 files changed, 2 insertions, 2 deletions
diff --git a/pre-commit b/pre-commit
index 2867963..81dba14 100755
--- a/pre-commit
+++ b/pre-commit
@@ -1,4 +1,4 @@
 #!/bin/bash
 # example of how it might be used in a git hook
-whenwasit --ignore .whenwasit-ignore . > .whenwasit
-git add .whenwasit
\ No newline at end of file
+whenwasit --ignore .whenwasit-ignore . > times.csv
+git add times.csv
\ No newline at end of file