Skip to content

Commit 4d2490f

Browse files
authored
Update Main.php
1 parent 0307452 commit 4d2490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cli/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function cmdUpdate($v, $arg)
163163
}
164164

165165
//Saving a log file
166-
file_put_contents(self::$configDir.'/install.log.json', json_encode($report, JSON_PRETTY_PRINT));
166+
file_put_contents(self::$configDir.'/Devbr/install.log.json', json_encode($report, JSON_PRETTY_PRINT));
167167
}
168168

169169

0 commit comments

Comments
 (0)