Skip to content
Snippets Groups Projects
Commit ce207aa0 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Fix typo 'datbases' in ConfigError

parent fb8ff79e
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ class DatabaseConfig(Config): ...@@ -138,7 +138,7 @@ class DatabaseConfig(Config):
database_path = config.get("database_path") database_path = config.get("database_path")
if multi_database_config and database_config: if multi_database_config and database_config:
raise ConfigError("Can't specify both 'database' and 'datbases' in config") raise ConfigError("Can't specify both 'database' and 'databases' in config")
if multi_database_config: if multi_database_config:
if database_path: if database_path:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment