summaryrefslogtreecommitdiffstats
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 92e0753..08b8025 100644
--- a/public/index.php
+++ b/public/index.php
@@ -12,6 +12,6 @@ $appFile = $projectRootDir . "/out/index.php";
if (file_exists($appFile)) {
require_once $appFile;
} else {
- Phel::run($projectRootDir, 'web-skeleton\app');
+ Phel::run($projectRootDir, 'lezer\app');
}