Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Set conservative options
Lorenz Leutgeb committed 24 days ago
commit fe5d7e97a92f3832627d745cb018a3b5b0db5aed
parent 234fe66f0a9a04bca22f66d61fc9fe9ec5a713f6
1 file changed +1 -1
modified scripts/git-hook-template.sh
@@ -1,5 +1,5 @@
#! /usr/bin/env bash
-
set -e
+
set -euo pipefail

readonly HOOK_NAME=$(basename "$0")