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 d7612dd + b1c98fa commit 244b80fCopy full SHA for 244b80f
scripts/box/prepare-config.php
@@ -16,4 +16,4 @@
16
17
$config['base-path'] = dirname($configPath, 2);
18
19
-file_put_contents($config, json_encode($config, \JSON_THROW_ON_ERROR));
+file_put_contents($configPath, json_encode($config, \JSON_THROW_ON_ERROR));
0 commit comments