Explorar el Código

Fix bin/grunt CLI script #569

Mark Shust hace 3 años
padre
commit
8f689ffb24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compose/bin/grunt

+ 1 - 1
compose/bin/grunt

@@ -1,2 +1,2 @@
 #!/bin/bash
-bin/cli grunt "$@"
+bin/cli ./node_modules/grunt/bin/grunt "$@"