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.
1 parent 0307452 commit 4d2490fCopy full SHA for 4d2490f
Cli/Main.php
@@ -163,7 +163,7 @@ function cmdUpdate($v, $arg)
163
}
164
165
//Saving a log file
166
- file_put_contents(self::$configDir.'/install.log.json', json_encode($report, JSON_PRETTY_PRINT));
+ file_put_contents(self::$configDir.'/Devbr/install.log.json', json_encode($report, JSON_PRETTY_PRINT));
167
168
169
0 commit comments