Browse Source

Fix bin/grunt CLI script #569

Mark Shust 3 years ago
parent
commit
8f689ffb24
1 changed files with 1 additions and 1 deletions
  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 "$@"