mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
fix checkDatabaseVersion message typo
This commit is contained in:
parent
7c0db0633f
commit
5bd8608918
@ -57,7 +57,7 @@ async function checkDatabaseVersion(databaseType) {
|
||||
|
||||
if (semver.lt(version, minVersion)) {
|
||||
throw new Error(
|
||||
`Database version is not compatible. Please upgrade to ${databaseType} version to ${minVersion} or greater`,
|
||||
`Database version is not compatible. Please upgrade ${databaseType} version to ${minVersion} or greater`,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user