Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Remove existing hooks during install-hooks
Adrian Duke committed 22 days ago
commit a26c59c064f7c8431c07dcee4ef36327024b97a9
parent 9edeab905da04db66efc02b1f5157f7abf2b4c4a
1 file changed +1 -0
modified justfile
@@ -153,6 +153,7 @@ install-hooks:
    #!/usr/bin/env bash
    set -e
    for hook in {{hooks}}; do
+
        rm ".git/hooks/$hook"
        cp {{hook-script}} ".git/hooks/$hook"
        chmod +x ".git/hooks/$hook"
    done