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.)
This commit is contained in:
Eli Barzilay 2019-12-18 16:56:58 -05:00
parent 3c153d885b
commit 5d3284032b

4
scripts/hooks/post-checkout Normal file → Executable file
View file

@ -1,2 +1,2 @@
#!/bin/sh
npm run gulp -- generate-diagnostics
#!/bin/sh
npm run gulp -- generate-diagnostics