Skip to content

Commit 0e22114

Browse files
committed
Fixed an issue where the bin/config_split_merge executable couldn't find the composer autoload.php file.
1 parent 18839d6 commit 0e22114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/config_split_merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
require_once __DIR__ . '/../vendor/autoload.php';
4+
require_once __DIR__ . '/../../../../vendor/autoload.php';
55

66
use Symfony\Component\Console\Application;
77
use ConfigSplitMerge\Command\ConfigSplitMerge;

0 commit comments

Comments
 (0)