Przeglądaj źródła

Update setup.py

Fix typo
Benjamin Eberlei 12 lat temu
rodzic
commit
af9db4dd6a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      php-symfony2/setup.py

+ 1 - 1
php-symfony2/setup.py

@@ -11,7 +11,7 @@ def start(args):
 
   try:
     subprocess.check_call("composer.phar install", shell=True, cwd="php-symfony2")
-    subprocess.check_call("php app/console cache:clear --env=prod --no-deug")
+    subprocess.check_call("php app/console cache:clear --env=prod --no-debug")
     subprocess.check_call("sudo chown -R www-data:www-data php-symfony2", shell=True)
     subprocess.check_call("sudo php-fpm --fpm-config config/php-fpm.conf -g " + home + "/FrameworkBenchmarks/php-symfony2/deploy/php-fpm.pid", shell=True)
     subprocess.check_call("sudo /usr/local/nginx/sbin/nginx -c " + home + "/FrameworkBenchmarks/php-symfony2/deploy/nginx.conf", shell=True)