Commit dc08f321 authored by nimrod's avatar nimrod
Browse files

Stop debugging the post-merge git hook.

It's been reliable for a while now.
parent e7fa8e39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
set -eux
set -eu

notify () { printf '\n\e[1;94m=== %s ====\e[0m\n\n' "$1" >&2; }