mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Fix hook by using env to discover the correct location of bash as sh doesn't have [[
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user