Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Remove existing hooks during install-hooks
✗ CI failure Adrian Duke committed 29 days ago
commit 92f2ba48441d09481339900ea5e1f3a91cc1a2d1
parent 5d9eeab871c183b385030ecbff2e4f951f0b67d2
1 failed (1 total) View logs
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