diff options
Diffstat (limited to 'tests/resources/push.sh')
-rw-r--r-- | tests/resources/push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources/push.sh b/tests/resources/push.sh index 3e77fb5..648c2ad 100644 --- a/tests/resources/push.sh +++ b/tests/resources/push.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash #creates push_src repo for libgit2 push tests. set -eu |