Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 4064534

Browse files
committed
fixes a fatal error on debian linux. fixes issue #3
1 parent 1767755 commit 4064534

30 files changed

+1
-1
lines changed

builder/builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
require __DIR__."/lib/watcher.lib.php";
2424

2525
// load mustache & register it
26-
require __DIR__."/lib/mustache/Autoloader.php";
26+
require __DIR__."/lib/Mustache/Autoloader.php";
2727
Mustache_Autoloader::register();
2828

2929
// make sure this script is being accessed from the command line
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)