Skip to content

Commit 33df05e

Browse files
authored
Fix bash interpreter path
1 parent d5b2fc2 commit 33df05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-receive-hooks/block-outdated-clients.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/user/bin/env bash
1+
#!/usr/bin/env bash
22

33
#
44
# Git Block Outdated Clients pre-receive hook

0 commit comments

Comments
 (0)