diff --git a/.githooks/post-commit b/.githooks/post-commit
index 4959421e810564e5761349b396a51ec2dd753f32..01c89210c9bf6865f89f1d0fce92b501fae7276f 100644
--- a/.githooks/post-commit
+++ b/.githooks/post-commit
@@ -1,4 +1,3 @@
 #!/bin/bash
-mkdir config
-git show --abbrev-commit --pretty=format:%h >config/.git-commit-count
-git describe --all --long > config/.git-commit-version
\ No newline at end of file
+git show --abbrev-commit --pretty=format:%h > git-commit-count
+git describe --all --long > git-commit-version
\ No newline at end of file