From e6c4d2c880684ae3ebcff6bad381976bdb4b0bc8 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 11 May 2021 09:12:36 -0500 Subject: [PATCH] Fix Dhall signature The config got updated, but the signature was missed. --- bin/billing_monthly_cronjob | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/billing_monthly_cronjob b/bin/billing_monthly_cronjob index fc804a9599bf2cd16b1c2a09aeceae567182408c..e088306097389ebf1be66ff785b10cc70686466c 100755 --- a/bin/billing_monthly_cronjob +++ b/bin/billing_monthly_cronjob @@ -27,7 +27,12 @@ CONFIG = Dhall.load(<<-DHALL).sync in (#{ARGV[0]}) : { healthchecks_url: Text, - notify_using: { jid: Text, password: Text, target: Text -> Text }, + notify_using: { + jid: Text, + password: Text, + target: Text -> Text, + body: Text -> Text -> Text + }, plans: List { name: Text, currency: Currency,