Browse Source

scripts/hooks: Change shebang to universal /bin/sh (#453)

TheGoddessInari 7 months ago
parent
commit
d0f9260559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/hooks

+ 1 - 1
scripts/hooks

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 if [ ! -d ".git" ]; then
     exit 0