mirror of https://github.com/perkeep/perkeep.git
pkg/sorted/postgres: Renamed "postgresql" -> "postgres" in init()
Change-Id: I8f1ba7c970b57c62741e534c23958918714cee0b Fixes: Issue 418
This commit is contained in:
parent
bf708b005d
commit
3e50f83b1c
|
@ -32,7 +32,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
sorted.RegisterKeyValue("postgresql", newKeyValueFromJSONConfig)
|
||||
sorted.RegisterKeyValue("postgres", newKeyValueFromJSONConfig)
|
||||
}
|
||||
|
||||
// Config holds the parameters used to connect to the PostgreSQL db.
|
||||
|
|
Loading…
Reference in New Issue