Commit 6f229c4fb223026c7e9022765f62679dcf8d620e

Authored by Sven Amonat
1 parent 45988ad8

- fix bash path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/post-receive-hook
1   -#!/bin/bash
  1 +#!/usr/bin/env bash
2 2  
3 3 # This file was placed here by Gitlab. It makes sure that your pushed commits
4 4 # will be processed properly.
... ...