Skip to content

Commit

Permalink
Use local path for sqlite in winter:install
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Oct 15, 2024
1 parent 2b2d66c commit b375f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/console/WinterInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ protected function setupDatabaseSqlite()
$this->setupDatabaseSqlite();
}

return ['database' => $filename];
return ['database' => Str::after($filename, base_path() . DIRECTORY_SEPARATOR)];
}

protected function setupDatabaseSqlsrv()
Expand Down

0 comments on commit b375f74

Please sign in to comment.