Fix typo in set_state: initializing new cluster (#2586)

This commit is contained in:
Benoit
2023-03-10 09:41:17 +01:00
committed by GitHub
parent eefa15b390
commit 60a7e5a514

View File

@@ -59,7 +59,7 @@ class Bootstrap(object):
return user_options
def _initdb(self, config):
self._postgresql.set_state('initalizing new cluster')
self._postgresql.set_state('initializing new cluster')
not_allowed_options = ('pgdata', 'nosync', 'pwfile', 'sync-only', 'version')
def error_handler(e):