try to fix the shebang for the git hook

This commit is contained in:
Andreas Zweili 2021-12-08 09:47:04 +01:00
parent 2fd6ed3336
commit e2358422ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This hook works for branches named such as "123-description" and will add "[#123]" to the commit message.