Skip to content

Commit 5d32840

Browse files
committed
Fix scripts/hooks/post-checkout
Shell scripts must use LFs. Also make it executable. (Both failures probably don't happen on some windows environment where git is told to translate EOLs, and all files are assumed executable.)
1 parent 3c153d8 commit 5d32840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/hooks/post-checkout

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/bin/sh
2-
npm run gulp -- generate-diagnostics
1+
#!/bin/sh
2+
npm run gulp -- generate-diagnostics

0 commit comments

Comments
 (0)