Commit bcfdacf0d438b0b4b78b603593119eb6b964aa8a

Authored by Nihad Abbasov
2 parents 45988ad8 6f229c4f

Merge pull request #873 from sch0rsch/796-bash-path

Bash path in post-receive-hook
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.
... ...