summaryrefslogtreecommitdiffstatshomepage
path: root/.githooks/post-commit
diff options
context:
space:
mode:
Diffstat (limited to '.githooks/post-commit')
-rwxr-xr-x.githooks/post-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.githooks/post-commit b/.githooks/post-commit
index d2d7eba..03ad8d4 100755
--- a/.githooks/post-commit
+++ b/.githooks/post-commit
@@ -1,2 +1,2 @@
#!/bin/sh
-chezmoi apply -S "$(git rev-parse --show-toplevel)"
+printf '%s\n' 'Dotfiles committed. Run just apply on the target machine to deploy.'