Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Let those shebangs breathe
Lorenz Leutgeb committed 25 days ago
commit de76e347700ed2e55fc806e5bb0d6e7afb54fc44
parent 44adb953237fc9b2377a28b886c5acfa8eb847d7
2 files changed +2 -2
modified justfile
@@ -82,7 +82,7 @@ check-scripts: (verify-tool "shellcheck")
[group('check')]
[parallel]
check-keywords: (verify-tool "rg" "ripgrep")
-
    #!/usr/bin/env bash
+
    #! /usr/bin/env bash
    set -e
    echo "{{CHECK}}Checking for forbidden words in staged files...{{NORMAL}}"

modified scripts/git-hook-template.sh
@@ -1,4 +1,4 @@
-
#!/usr/bin/env bash
+
#! /usr/bin/env bash
set -e

HOOK_NAME=$(basename "$0")