mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-14 06:54:20 +02:00
fix shebang in pre-commit.
This commit is contained in:
committed by
Benoit Daloze
parent
f564484a57
commit
a727442384
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if git diff --cached --name-only | grep -E '.(js|json)$'; then
|
||||
|
||||
Reference in New Issue
Block a user