From 06eab95f181e47beba3d36894046a1ebfa749b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cynthia=20Revstr=C3=B6m?= Date: Thu, 23 Apr 2020 13:27:30 +0200 Subject: I guess I need bash and not sh --- hooks/post-receive-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/post-receive-ci b/hooks/post-receive-ci index 4bd1bf9..d5beaa6 100755 --- a/hooks/post-receive-ci +++ b/hooks/post-receive-ci @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "Running CI hook..." -- cgit v1.2.3