change command line for creating new administrator

This commit is contained in:
Manuel Raynaud
2013-10-30 14:46:21 +01:00
parent 2ee90d35e4
commit 9d011eb5c6
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if exist local\config\database.yml (
php install\faker.php
echo [INFO] Adding admin
php Thelia thelia:create-admin
php Thelia admin:create
echo [SUCCESS] Reset done
)