Skip to content

Commit 124d8fb

Browse files
committed
Fixed pre-push to fail
1 parent 7c17b90 commit 124d8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /bin/bash -e
22

33
ROOT_DIR="$(git rev-parse --show-toplevel)"
44
source "${ROOT_DIR}/scripts/helpers"

0 commit comments

Comments
 (0)