summaryrefslogtreecommitdiffstatshomepage
path: root/.githooks/post-commit
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:36 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:36 +0100
commitaff435a0fb3a56b1d7b738c7dede363440884b3a (patch)
tree07acb41d37760aa169ee42dbeb69da3621cc7489 /.githooks/post-commit
parenta7f74c1fa4b89c5829f5896842eb7248c820704c (diff)
downloaddotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.gz
dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.bz2
dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.zip
Add the Canonical laptop profile and setup workflows
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.'