diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-04-26 18:19:05 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-04-26 20:41:38 +0200 |
commit | 89cd41776076edfbbfe8ffb874a4e92d496e3ad2 (patch) | |
tree | d26e1cf1a2752efdc197b505b6d9355e5702ca8e /dhall | |
parent | 6bddf5f0c6d72a710323bdd641e2abf52973fa6a (diff) | |
download | ansible-clever-89cd41776076edfbbfe8ffb874a4e92d496e3ad2.tar.gz ansible-clever-89cd41776076edfbbfe8ffb874a4e92d496e3ad2.tar.zst ansible-clever-89cd41776076edfbbfe8ffb874a4e92d496e3ad2.zip |
dhall(upgrade): upgrade code to be compatible with dhall 1.21.0
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/addon/Postgresql.dhall | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | let addon = constructors ./Addon.dhall | 1 | let addon = ./Addon.dhall |
2 | 2 | ||
3 | in addon.Postgresql { name = "pg", env_prefix = "POSTGRESQL_ADDON" } | 3 | in addon.Postgresql { name = "pg", env_prefix = "POSTGRESQL_ADDON" } |