Fix hook by using env to discover the correct location of bash as sh doesn't have [[
This commit is contained in:
parent
7e039c5ae9
commit
cb3e1c1d19
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
remote="$1"
|
remote="$1"
|
||||||
remote_url=$(git remote get-url $remote)
|
remote_url=$(git remote get-url $remote)
|
||||||
|
|
Loading…
Reference in New Issue