diff options
Diffstat (limited to 'Omni/Ide/hooks/post-commit')
-rwxr-xr-x | Omni/Ide/hooks/post-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Ide/hooks/post-commit b/Omni/Ide/hooks/post-commit index cd1f195..bdccee3 100755 --- a/Omni/Ide/hooks/post-commit +++ b/Omni/Ide/hooks/post-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ## START BRANCHLESS CONFIG git branchless hook post-commit "$@" |