Procházet zdrojové kódy

Fix missing shubang in codestyle.sh

Tristan VALCKE před 8 roky
rodič
revize
6b7f9afc20
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      utils/codestyle/codestyle.sh

+ 2 - 0
utils/codestyle/codestyle.sh

@@ -1,2 +1,4 @@
+#!/bin/sh
+
 jscs "../.." --fix --config=./config.json --max-errors=1000000