Skip to content

Commit 452ce7e

Browse files
committed
Update phar build directory
1 parent 5d491c0 commit 452ce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-phar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$p->startBuffering();
1717

1818
// Creating our library using whole directory
19-
$p->buildFromDirectory('src/');
19+
$p->buildFromDirectory('./');
2020

2121
// Create default stub
2222
$defaultStub = $p->createDefaultStub('monstercat-dl.php');

0 commit comments

Comments
 (0)