summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-02 11:49:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-02 11:49:15 -0700
commit3a7ad6cb7da8ef30bd12ce3ecdfd0c03a02cde44 (patch)
tree6e5c6fd1d6f4d6cbb44a34c2eaed0b1fda5b8c56 /.mrconfig.in
parent507b2ed43e5193c43b973d363ce2d6bafcd578ef (diff)
downloaddotfiles-3a7ad6cb7da8ef30bd12ce3ecdfd0c03a02cde44.tar.gz
install git hooks by symlinking
Easier to deploy fixes to the hooks.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 6340484d..1ca928ab 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -91,7 +91,7 @@ lib =
# on artemis shortgeese athena hephaestus iris
# }
install_git_hooks() {
- cp -L $HOME/src/dotfiles/hooks/git/$1/* "$MR_REPO/.git/hooks"
+ cp -fs $HOME/src/dotfiles/hooks/git/$1/* "$MR_REPO/.git/hooks"
}
# --- run a command on athena in a sane environment