Browse Source

Fixed path to cake console executable.

ADmad 12 years ago
parent
commit
f21fa8cc5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -32,6 +32,6 @@
         }
     },
     "bin": [
-        "src/Cake/Console/cake"
+        "src/Console/cake"
     ]
 }