mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +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_url=$(git remote get-url $remote)
|
||||
|
||||
Reference in New Issue
Block a user