Skip to content

Commit

Permalink
zess: fixed compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
draxaris1010 authored and hannes-dev committed Jun 11, 2024
1 parent c7f3ef5 commit 267da2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!/usr/bin/env bash
# some (*)nix distros dont have /bin/bash

commit_message=$(<"$1")

Expand All @@ -16,4 +17,4 @@ Example:
exit 1
fi

exit 0
exit 0

0 comments on commit 267da2d

Please sign in to comment.