Skip to content

Commit 9464c03

Browse files
committed
fix folder paths
1 parent a279811 commit 9464c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/quickly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Idrinth\Quickly\Commands;
55

66
use Idrinth\Quickly\CommandLineOutputs\Colorless;
77

8-
require (is_dir(__DIR__ . '/../vendor') ? __DIR__ . '/../vendor' : __DIR__ . '/../../../');
8+
require (is_dir(__DIR__ . '/../vendor') ? __DIR__ . '/../vendor' : __DIR__ . '/../../..').'/autoload.php';
99

1010
$output = new Colorless();
1111

0 commit comments

Comments
 (0)