From 331e852ca9f795818b7dcbb85d782dfff32c4ea2 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 26 Apr 2019 18:06:35 +0200 Subject: dhall(upgrade): upgrade code to be compatible with dhall 1.21.0 --- dhall/server/service/plugin/CorrelationId.dhall | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dhall/server/service/plugin/CorrelationId.dhall') diff --git a/dhall/server/service/plugin/CorrelationId.dhall b/dhall/server/service/plugin/CorrelationId.dhall index d96bfc9..655cd8d 100644 --- a/dhall/server/service/plugin/CorrelationId.dhall +++ b/dhall/server/service/plugin/CorrelationId.dhall @@ -1,11 +1,11 @@ - let Plugin = ./Plugin.dhall +let Plugin = ./Plugin.dhall -in let config = constructors ./Config.dhall +let config = ./Config.dhall in { name = - "correlation-id" - , config = - config.CorrelationId - { header_name = "X-correl", echo_downstream = True } - } - : Plugin + "correlation-id" + , config = + config.CorrelationId + { header_name = "X-correl", echo_downstream = True } + } + : Plugin -- cgit v1.2.3