This commit is contained in:
Jeff Mitchell 2018-02-12 21:01:14 -05:00
parent 6f69a40ada
commit 084f0abb22
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ var (
"inmem_transactional_ha": physInmem.NewTransactionalInmemHA,
"inmem_transactional": physInmem.NewTransactionalInmem,
"inmem": physInmem.NewInmem,
"manta": physManta.NewMantaBackend,
"manta": physManta.NewMantaBackend,
"mssql": physMSSQL.NewMSSQLBackend,
"mysql": physMySQL.NewMySQLBackend,
"postgresql": physPostgreSQL.NewPostgreSQLBackend,