Use bash for hook script

This commit is contained in:
Eric Kidd 2016-11-25 07:49:16 -05:00
parent a61815dd1a
commit 2d81e683fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Abort if anything goes wrong.
set -euo pipefail