From 89cd41776076edfbbfe8ffb874a4e92d496e3ad2 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 26 Apr 2019 18:19:05 +0200 Subject: dhall(upgrade): upgrade code to be compatible with dhall 1.21.0 --- dhall/addon/Postgresql.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/addon/Postgresql.dhall') diff --git a/dhall/addon/Postgresql.dhall b/dhall/addon/Postgresql.dhall index 9dd9744..ed6b411 100644 --- a/dhall/addon/Postgresql.dhall +++ b/dhall/addon/Postgresql.dhall @@ -1,3 +1,3 @@ - let addon = constructors ./Addon.dhall +let addon = ./Addon.dhall in addon.Postgresql { name = "pg", env_prefix = "POSTGRESQL_ADDON" } -- cgit v1.2.3