Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arnebr authored and github-actions[bot] committed Jun 16, 2024
1 parent ac12e7c commit 755eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SqliteBackupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function handle(): int
$backupPath = database_path('backups');

// Create the backup directory if it doesn't exist
if (File::isDirectory($backupPath)===false) {
if (File::isDirectory($backupPath) === false) {
$this->info('Backup directory created at: '.$backupPath);
File::makeDirectory($backupPath);
}
Expand Down

0 comments on commit 755eef9

Please sign in to comment.