aboutsummaryrefslogtreecommitdiff
path: root/cheatsheet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cheatsheet.txt')
-rw-r--r--cheatsheet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet.txt b/cheatsheet.txt
index 15b2f31..42655a1 100644
--- a/cheatsheet.txt
+++ b/cheatsheet.txt
@@ -19,7 +19,7 @@ Global Setup
# Enable hooks globally.
#
- git config --global core.hooksPath <git-project-dir>/hooks
+ git config --global core.hooksPath <bdep-util-project-dir>/bdep-util/git-hooks
# Override the global hooks with the repository-specific hooks (run in a
# repository directory).