Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Nicer ellipsis
Lorenz Leutgeb committed 22 days ago
commit b75a4271f4c8bd5e93aa28df8ffc417179272b7d
parent 8cca187d909475258e88b22bc911d298c3c89760
1 file changed +1 -1
modified scripts/git-hook-template.sh
@@ -32,7 +32,7 @@ then
    read -r -p "⚠️ Do you want to continue executing the '${HOOK}' hook? [y/N] " response
    case "$response" in
        [yY][eE][sS]|[yY])
-
            echo "Continuing with '${HOOK}' hook..."
+
            echo "Continuing with '${HOOK}' hook…"
            ;;
        *)
            echo "Skipping '${HOOK}' hook."