pkg/sorted/postgres: Renamed "postgresql" -> "postgres" in init()

Change-Id: I8f1ba7c970b57c62741e534c23958918714cee0b
Fixes: Issue 418
This commit is contained in:
Steven L. Speek 2014-04-06 21:47:53 +02:00
parent bf708b005d
commit 3e50f83b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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.