We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 244b80f + 39978a6 commit 8512442Copy full SHA for 8512442
scripts/box/prepare-config.php
@@ -14,6 +14,6 @@
14
$configPath = __DIR__ . '/config.json';
15
$config = json_decode(file_get_contents($configPath), true, 512, \JSON_THROW_ON_ERROR);
16
17
-$config['base-path'] = dirname($configPath, 2);
+$config['base-path'] = dirname($configPath, 2) . '/';
18
19
file_put_contents($configPath, json_encode($config, \JSON_THROW_ON_ERROR));
0 commit comments