Correct the object name in the Postgres IDO connection object ERB template.

This commit is contained in:
Nick Chappell 2014-08-23 13:45:13 -07:00
parent 8f6fa5b70d
commit 928b09bb90

View file

@ -15,7 +15,7 @@
library "db_ido_pgsql"
object IdoPgsqlConnection "ido-pgsql" {
object IdoPgsqlConnection "pgsql-ido" {
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
<%- if @host -%>
<%#- Otherwise, include the parameter: -%>