about summary refs log tree commit diff
path: root/pre-commit
diff options
context:
space:
mode:
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