Skip to content

Commit 3ad9d47

Browse files
committed
Core: Fix phars
1 parent 6fbaf25 commit 3ad9d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<exec executable="perl">
8282
<arg value="-pi"/>
8383
<arg value="-e"/>
84-
<arg value="s/\'vendor\/autoload.php/__DIR__\ .\ \'src\/PHPDraft\/Core\/Autoloader.php/g"/>
84+
<arg value="s/\'vendor\/autoload.php/__DIR__\ .\ \'\/src\/PHPDraft\/Core\/Autoloader.php/g"/>
8585
<arg value="${basedir}/build/phar/phpdraft/index.php"/>
8686
</exec>
8787

0 commit comments

Comments
 (0)