From fe4c9e8842d8d2f1877564685a725bb4816b32bc Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 30 Jun 2021 12:35:11 -0500 Subject: [PATCH] fix config sample syntax --- .builds/debian-stable.yml | 4 ++++ config.dhall.sample | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 4be2ea4..859600e 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -20,3 +20,7 @@ tasks: - test: | cd sgx-jmp RANTLY_COUNT=100 bundle exec rake test +- check_config_sample: | + curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-1.39.0-x86_64-linux.tar.bz2 + tar -xf dhall-*.tar.bz2 + bin/dhall --plain < sgx-jmp/config.dhall.sample diff --git a/config.dhall.sample b/config.dhall.sample index 033a982..1bfcc17 100644 --- a/config.dhall.sample +++ b/config.dhall.sample @@ -36,10 +36,10 @@ CAD = "" } }, - xep0157 = { + xep0157 = [ { var = "support-addresses", value = "xmpp:+14169938000@cheogram.com" } - }, - plans = ./plans.dhall + ], + plans = ./plans.dhall, electrum = ./electrum.dhall, oxr_app_id = "", activation_amount = 15, -- 2.45.2