Skip to content

Commit 244b80f

Browse files
authored
Merge pull request #14 from Aeliot-Tm/fix-release
Fix saving of updated config for Box
2 parents d7612dd + b1c98fa commit 244b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/box/prepare-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
$config['base-path'] = dirname($configPath, 2);
1818

19-
file_put_contents($config, json_encode($config, \JSON_THROW_ON_ERROR));
19+
file_put_contents($configPath, json_encode($config, \JSON_THROW_ON_ERROR));

0 commit comments

Comments
 (0)